diff options
author | Riz <rsattar@gmail.com> | 2017-06-02 12:20:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 12:20:33 -0700 |
commit | 23e3cf6e2f3e92156a4ab196aebceb446c4ac1c7 (patch) | |
tree | 0ebb01f36f017765aa4f572d0a16ba83c2ec7661 /Example/Firebase.xcodeproj | |
parent | e2159ea8823d53bfa9217351fffdc27418a571a9 (diff) |
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.
Diffstat (limited to 'Example/Firebase.xcodeproj')
-rw-r--r-- | Example/Firebase.xcodeproj/project.pbxproj | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Example/Firebase.xcodeproj/project.pbxproj b/Example/Firebase.xcodeproj/project.pbxproj index 818a10e..fb16581 100644 --- a/Example/Firebase.xcodeproj/project.pbxproj +++ b/Example/Firebase.xcodeproj/project.pbxproj @@ -2404,6 +2404,7 @@ }; AFD562E41EB13C6D00EA2233 = { CreatedOnToolsVersion = 8.3.2; + DevelopmentTeam = EQHXZ8M8AV; LastSwiftMigration = 0830; ProvisioningStyle = Automatic; SystemCapabilities = { @@ -4622,13 +4623,15 @@ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CODE_SIGN_ENTITLEMENTS = Messaging/App/iOS/Messaging_Example.entitlements; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = EQHXZ8M8AV; INFOPLIST_FILE = "Messaging/App/iOS/Messaging-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_BUNDLE_IDENTIFIER = "com.google.Messaging-Example-iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseMessagingSample.dev; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OBJC_BRIDGING_HEADER = "Messaging/Messaging_Example-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -4645,14 +4648,16 @@ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CODE_SIGN_ENTITLEMENTS = Messaging/App/iOS/Messaging_Example.entitlements; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = EQHXZ8M8AV; INFOPLIST_FILE = "Messaging/App/iOS/Messaging-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "com.google.Messaging-Example-iOS"; + PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseMessagingSample.dev; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Messaging/Messaging_Example-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; |