Skip to content

Commit

Permalink
Merge pull request #160 from kishikawakatsumi/signing
Browse files Browse the repository at this point in the history
Fix for automatic code signing
  • Loading branch information
kishikawakatsumi committed Sep 26, 2017
2 parents be555b0 + 48e10f1 commit 89e80a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
isa = PBXGroup;
children = (
145BF3F61A66C24500D01D0D /* Example-iOS */,
148E865A1F75FEFD00A69105 /* UICKeyChainStore.framework */,
14C5DBC61F7820020021D0AD /* Frameworks */,
145BF3F51A66C24500D01D0D /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -96,6 +96,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
14C5DBC61F7820020021D0AD /* Frameworks */ = {
isa = PBXGroup;
children = (
148E865A1F75FEFD00A69105 /* UICKeyChainStore.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -128,6 +136,7 @@
TargetAttributes = {
145BF3F31A66C24500D01D0D = {
CreatedOnToolsVersion = 6.1.1;
DevelopmentTeam = 27AEDK3C9F;
};
};
};
Expand Down Expand Up @@ -275,6 +284,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
DEVELOPMENT_TEAM = 27AEDK3C9F;
INFOPLIST_FILE = "Example-iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -287,6 +297,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
DEVELOPMENT_TEAM = 27AEDK3C9F;
INFOPLIST_FILE = "Example-iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
1 change: 1 addition & 0 deletions Lib/Configurations/Tests.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifie
PRODUCT_NAME = $(TARGET_NAME);

SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator;
DEVELOPMENT_TEAM = 27AEDK3C9F;

TEST_HOST[sdk=iphone*] = $(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost;
TEST_HOST[sdk=appletv*] = $(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost;
Expand Down
4 changes: 4 additions & 0 deletions Lib/UICKeyChainStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@
14796A461C1CD9A500169D09 = {
ProvisioningStyle = Automatic;
};
14796A521C1CD9B500169D09 = {
DevelopmentTeam = 27AEDK3C9F;
ProvisioningStyle = Automatic;
};
148993CE1D8F2515000132F7 = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = 27AEDK3C9F;
Expand Down

0 comments on commit 89e80a7

Please sign in to comment.