Skip to content

Commit

Permalink
Merge pull request #275 from bitmovin/remove-hard-coded-development-t…
Browse files Browse the repository at this point in the history
…eam-ID

Remove hard coded Apple Development Team ID from the example project file
  • Loading branch information
rolandkakonyi authored Oct 4, 2023
2 parents 546ae99 + e57e9ac commit de0fdf5
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,11 @@
LastUpgradeCheck = 1130;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 423Q26AEEM;
LastSwiftMigration = 1330;
ProvisioningStyle = Automatic;
};
4CE382ED28BFD10C002DDF82 = {
CreatedOnToolsVersion = 13.4.1;
DevelopmentTeam = 423Q26AEEM;
LastSwiftMigration = 1340;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -485,7 +483,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 423Q26AEEM;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BitmovinPlayerReactNativeExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand Down Expand Up @@ -516,7 +514,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 423Q26AEEM;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = BitmovinPlayerReactNativeExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down Expand Up @@ -551,7 +549,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 423Q26AEEM;
DEVELOPMENT_TEAM = "";
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "BitmovinPlayerReactNativeExample-tvOS/Info.plist";
Expand Down Expand Up @@ -589,7 +587,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 423Q26AEEM;
DEVELOPMENT_TEAM = "";
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "BitmovinPlayerReactNativeExample-tvOS/Info.plist";
Expand Down

0 comments on commit de0fdf5

Please sign in to comment.