Skip to content

Commit 81aaaeb

Browse files
committed
Code signing...
1 parent 25d5ff1 commit 81aaaeb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

TestApp.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
TargetAttributes = {
185185
05F82B341EF32ED000EC8A93 = {
186186
CreatedOnToolsVersion = 9.0;
187+
ProvisioningStyle = Manual;
187188
SystemCapabilities = {
188189
com.apple.Sandbox = {
189190
enabled = 0;
@@ -537,22 +538,30 @@
537538
05F82B471EF32ED000EC8A93 /* Debug */ = {
538539
isa = XCBuildConfiguration;
539540
buildSettings = {
541+
CODE_SIGN_IDENTITY = "Mac Developer";
542+
CODE_SIGN_STYLE = Manual;
540543
COMBINE_HIDPI_IMAGES = YES;
544+
DEVELOPMENT_TEAM = 326Y53CJMD;
541545
INFOPLIST_FILE = TestApp/Info.plist;
542546
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
543547
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.TestApp";
544548
PRODUCT_NAME = "$(TARGET_NAME)";
549+
PROVISIONING_PROFILE_SPECIFIER = "";
545550
};
546551
name = Debug;
547552
};
548553
05F82B481EF32ED000EC8A93 /* Release */ = {
549554
isa = XCBuildConfiguration;
550555
buildSettings = {
556+
CODE_SIGN_IDENTITY = "Developer ID Application";
557+
CODE_SIGN_STYLE = Manual;
551558
COMBINE_HIDPI_IMAGES = YES;
559+
DEVELOPMENT_TEAM = 326Y53CJMD;
552560
INFOPLIST_FILE = TestApp/Info.plist;
553561
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
554562
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.TestApp";
555563
PRODUCT_NAME = "$(TARGET_NAME)";
564+
PROVISIONING_PROFILE_SPECIFIER = "";
556565
};
557566
name = Release;
558567
};

TestApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.2.3</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>5</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)