Skip to content

Commit

Permalink
Update signing and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkurnenkov committed Jul 17, 2017
1 parent 50dc8d6 commit 175a34c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,7 +1,5 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData
Expand Down
14 changes: 10 additions & 4 deletions Connfa.xcodeproj/project.pbxproj
Expand Up @@ -2175,8 +2175,13 @@
DevelopmentTeam = FN2T3UCV4E;
};
288C5ED71E6D9E4A00F07CB4 = {
DevelopmentTeam = FN2T3UCV4E;
DevelopmentTeam = J7LBYY3B34;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.SafariKeychain = {
enabled = 1;
};
};
};
};
};
Expand Down Expand Up @@ -3026,7 +3031,7 @@
CODE_SIGN_ENTITLEMENTS = "Connfa!.entitlements";
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = FN2T3UCV4E;
DEVELOPMENT_TEAM = J7LBYY3B34;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3057,9 +3062,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer: Lyubomyr Dutko (7AUC8NL7FV)";
CODE_SIGN_ENTITLEMENTS = "Connfa!.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution: Lemberg Solutions Limited (J7LBYY3B34)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = FN2T3UCV4E;
DEVELOPMENT_TEAM = J7LBYY3B34;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 175a34c

Please sign in to comment.