Skip to content

Commit 23e3cf6

Browse files
authored
Restore bundle id and dev team for Messaging iOS (#60)
This got lost in the transfer to new Xcode targets. The reasons why Messaging iOS has a specific bundle id is that this bundle is whitelisted for internal Google development, making it easier for folks that work on FCM to test with this app.
1 parent e2159ea commit 23e3cf6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Example/Firebase.xcodeproj/project.pbxproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,6 +2404,7 @@
24042404
};
24052405
AFD562E41EB13C6D00EA2233 = {
24062406
CreatedOnToolsVersion = 8.3.2;
2407+
DevelopmentTeam = EQHXZ8M8AV;
24072408
LastSwiftMigration = 0830;
24082409
ProvisioningStyle = Automatic;
24092410
SystemCapabilities = {
@@ -4622,13 +4623,15 @@
46224623
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
46234624
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
46244625
CODE_SIGN_ENTITLEMENTS = Messaging/App/iOS/Messaging_Example.entitlements;
4626+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
46254627
DEBUG_INFORMATION_FORMAT = dwarf;
4626-
DEVELOPMENT_TEAM = "";
4628+
DEVELOPMENT_TEAM = EQHXZ8M8AV;
46274629
INFOPLIST_FILE = "Messaging/App/iOS/Messaging-Info.plist";
46284630
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
46294631
MTL_ENABLE_DEBUG_INFO = YES;
4630-
PRODUCT_BUNDLE_IDENTIFIER = "com.google.Messaging-Example-iOS";
4632+
PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseMessagingSample.dev;
46314633
PRODUCT_NAME = "$(TARGET_NAME)";
4634+
PROVISIONING_PROFILE_SPECIFIER = "";
46324635
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
46334636
SWIFT_OBJC_BRIDGING_HEADER = "Messaging/Messaging_Example-Bridging-Header.h";
46344637
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -4645,14 +4648,16 @@
46454648
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
46464649
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
46474650
CODE_SIGN_ENTITLEMENTS = Messaging/App/iOS/Messaging_Example.entitlements;
4651+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
46484652
COPY_PHASE_STRIP = NO;
46494653
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
4650-
DEVELOPMENT_TEAM = "";
4654+
DEVELOPMENT_TEAM = EQHXZ8M8AV;
46514655
INFOPLIST_FILE = "Messaging/App/iOS/Messaging-Info.plist";
46524656
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
46534657
MTL_ENABLE_DEBUG_INFO = NO;
4654-
PRODUCT_BUNDLE_IDENTIFIER = "com.google.Messaging-Example-iOS";
4658+
PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseMessagingSample.dev;
46554659
PRODUCT_NAME = "$(TARGET_NAME)";
4660+
PROVISIONING_PROFILE_SPECIFIER = "";
46564661
SWIFT_OBJC_BRIDGING_HEADER = "Messaging/Messaging_Example-Bridging-Header.h";
46574662
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
46584663
SWIFT_VERSION = 3.0;

0 commit comments

Comments
 (0)