Skip to content

Commit

Permalink
fix(ios-build): init
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Oct 15, 2018
1 parent 9148abf commit 0c77918
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions client/react-native/mobile/ios/berty.xcodeproj/project.pbxproj
Expand Up @@ -1448,7 +1448,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = WMBQ84HN4T;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1484,10 +1484,10 @@
ALWAYS_SEARCH_USER_PATHS = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WMBQ84HN4T;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1509,7 +1509,7 @@
PRODUCT_BUNDLE_IDENTIFIER = chat.berty.ios;
PRODUCT_NAME = berty;
PROVISIONING_PROFILE = "4b569825-a062-4e3b-927e-22ea802c7ca3";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore chat.berty.ios";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "modules/berty-Bridging-Header.h";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1701,10 +1701,10 @@
ALWAYS_SEARCH_USER_PATHS = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WMBQ84HN4T;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1726,7 +1726,7 @@
PRODUCT_BUNDLE_IDENTIFIER = chat.berty.ios;
PRODUCT_NAME = berty;
PROVISIONING_PROFILE = "8cb57e8b-642d-4c1f-b5b3-0acde7d99f";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc chat.berty.ios";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "modules/berty-Bridging-Header.h";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 0c77918

Please sign in to comment.