Skip to content

Commit

Permalink
build(ios): remove profile / team from ios proj (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-orion authored Mar 1, 2024
1 parent 24a5978 commit 306f58f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/ice.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = ice/ice.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = YJJ6X8TG5Y;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = YJJ6X8TG5Y;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ice/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -682,7 +680,6 @@
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_NAME = ice;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AdHoc io.ice.app.staging";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -702,11 +699,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = ice/ice.entitlements;
CODE_SIGN_IDENTITY = "Apple Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = YJJ6X8TG5Y;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = YJJ6X8TG5Y;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ice/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -787,7 +782,6 @@
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_NAME = ice;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AdHoc io.ice.app.staging";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down

0 comments on commit 306f58f

Please sign in to comment.