Skip to content

Commit ebabcbc

Browse files
committed
updated bundle identifier
cleaned up debug info
1 parent 3724f77 commit ebabcbc

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

smartcard_menu.xcodeproj/project.pbxproj

+4-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
860203522B84F2DE00E84186 /* ViewCerts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860203512B84F2DE00E84186 /* ViewCerts.swift */; };
11-
868A890E2B86CAB600328DDE /* CertViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868A890D2B86CAB600328DDE /* CertViewController.swift */; };
1211
868A89122B87BB0800328DDE /* CertWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868A89112B87BB0800328DDE /* CertWindow.swift */; };
1312
86FF1DC42B7FA45A007F3959 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86FF1DC32B7FA45A007F3959 /* AppDelegate.swift */; };
1413
86FF1DC62B7FA45A007F3959 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86FF1DC52B7FA45A007F3959 /* ViewController.swift */; };
@@ -21,7 +20,6 @@
2120

2221
/* Begin PBXFileReference section */
2322
860203512B84F2DE00E84186 /* ViewCerts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewCerts.swift; sourceTree = "<group>"; };
24-
868A890D2B86CAB600328DDE /* CertViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CertViewController.swift; sourceTree = "<group>"; };
2523
868A89112B87BB0800328DDE /* CertWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CertWindow.swift; sourceTree = "<group>"; };
2624
86FF1DC02B7FA45A007F3959 /* SC Menu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SC Menu.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2725
86FF1DC32B7FA45A007F3959 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -67,7 +65,6 @@
6765
86FF1DD22B7FA942007F3959 /* main.swift */,
6866
86FF1DC32B7FA45A007F3959 /* AppDelegate.swift */,
6967
868A89112B87BB0800328DDE /* CertWindow.swift */,
70-
868A890D2B86CAB600328DDE /* CertViewController.swift */,
7168
860203512B84F2DE00E84186 /* ViewCerts.swift */,
7269
86FF1DC52B7FA45A007F3959 /* ViewController.swift */,
7370
86FF1DC72B7FA45B007F3959 /* Assets.xcassets */,
@@ -152,7 +149,6 @@
152149
buildActionMask = 2147483647;
153150
files = (
154151
86FF1DC62B7FA45A007F3959 /* ViewController.swift in Sources */,
155-
868A890E2B86CAB600328DDE /* CertViewController.swift in Sources */,
156152
86FF1DC42B7FA45A007F3959 /* AppDelegate.swift in Sources */,
157153
860203522B84F2DE00E84186 /* ViewCerts.swift in Sources */,
158154
86FF1DD32B7FA942007F3959 /* main.swift in Sources */,
@@ -315,8 +311,8 @@
315311
"@executable_path/../Frameworks",
316312
);
317313
MACOSX_DEPLOYMENT_TARGET = 13.0;
318-
MARKETING_VERSION = 1.0;
319-
PRODUCT_BUNDLE_IDENTIFIER = "com.bob.sc-menu";
314+
MARKETING_VERSION = 1.1;
315+
PRODUCT_BUNDLE_IDENTIFIER = "com.ttinc.sc-menu";
320316
PRODUCT_NAME = "$(TARGET_NAME)";
321317
PROVISIONING_PROFILE_SPECIFIER = "";
322318
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -347,8 +343,8 @@
347343
"@executable_path/../Frameworks",
348344
);
349345
MACOSX_DEPLOYMENT_TARGET = 13.0;
350-
MARKETING_VERSION = 1.0;
351-
PRODUCT_BUNDLE_IDENTIFIER = "com.bob.sc-menu";
346+
MARKETING_VERSION = 1.1;
347+
PRODUCT_BUNDLE_IDENTIFIER = "com.ttinc.sc-menu";
352348
PRODUCT_NAME = "$(TARGET_NAME)";
353349
PROVISIONING_PROFILE_SPECIFIER = "";
354350
SWIFT_EMIT_LOC_STRINGS = YES;

smartcard_menu/ViewController.swift

-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ import Cocoa
99

1010
class ViewController: NSViewController {
1111
override func loadView() {
12-
self.view = NSView()
1312
}
1413
override func viewDidLoad() {
1514
super.viewDidLoad()
16-
print("did it get made?")
1715
// Do any additional setup after loading the view.
1816
}
1917

smartcard_menu/smartcard_menu.entitlements

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7-
<key>com.apple.security.files.user-selected.read-only</key>
8-
<true/>
97
</dict>
108
</plist>

0 commit comments

Comments
 (0)