Skip to content

Commit

Permalink
add missing googleservice-info.plist file in swift example
Browse files Browse the repository at this point in the history
  • Loading branch information
QSD_faris committed Mar 14, 2024
1 parent 25d0399 commit 5b6c2a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Examples/SwiftExample/SwiftExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
5E19F59D2B477AE400E37F55 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5E19F59C2B477AE400E37F55 /* Assets.xcassets */; };
5E19F5A02B477AE400E37F55 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E19F59E2B477AE400E37F55 /* LaunchScreen.storyboard */; };
5E66BF0C2B7FB63100FAF349 /* messenger-sdk-ios in Frameworks */ = {isa = PBXBuildFile; productRef = 5E66BF0B2B7FB63100FAF349 /* messenger-sdk-ios */; };
5EE6D3A52BA3196B008A6DD3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5EE6D3A42BA3196B008A6DD3 /* GoogleService-Info.plist */; };
5E99636E2BA3339600F27D11 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5E99636D2BA3339600F27D11 /* GoogleService-Info.plist */; };
5EF899182B728D75005547BC /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 5EF899172B728D75005547BC /* FirebaseAnalytics */; };
5EF899422B728D75005547BC /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 5EF899412B728D75005547BC /* FirebaseMessaging */; };
/* End PBXBuildFile section */
Expand All @@ -41,7 +41,7 @@
5E19F59C2B477AE400E37F55 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5E19F59F2B477AE400E37F55 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5E19F5A12B477AE400E37F55 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5EE6D3A42BA3196B008A6DD3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
5E99636D2BA3339600F27D11 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
5EF898E22B726952005547BC /* SwiftExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftExample.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -86,7 +86,7 @@
5E19F59C2B477AE400E37F55 /* Assets.xcassets */,
5E19F59E2B477AE400E37F55 /* LaunchScreen.storyboard */,
5E19F5A12B477AE400E37F55 /* Info.plist */,
5EE6D3A42BA3196B008A6DD3 /* GoogleService-Info.plist */,
5E99636D2BA3339600F27D11 /* GoogleService-Info.plist */,
);
path = SwiftExample;
sourceTree = "<group>";
Expand Down Expand Up @@ -160,7 +160,7 @@
buildActionMask = 2147483647;
files = (
5E19F5A02B477AE400E37F55 /* LaunchScreen.storyboard in Resources */,
5EE6D3A52BA3196B008A6DD3 /* GoogleService-Info.plist in Resources */,
5E99636E2BA3339600F27D11 /* GoogleService-Info.plist in Resources */,
5E19F59D2B477AE400E37F55 /* Assets.xcassets in Resources */,
5E19F59B2B477AE400E37F55 /* Main.storyboard in Resources */,
);
Expand Down
12 changes: 6 additions & 6 deletions Examples/SwiftExample/SwiftExample/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyDtwkW1woy__Z8B6LtO9PW4NEdlrcY5Y18</string>
<string>AIzaSyDetyUf9Nn5mT8VTwxG0woav_1UgVDwW3Y</string>
<key>GCM_SENDER_ID</key>
<string>115778207718</string>
<string>450727442932</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>ios.deskpro.messenger.sample</string>
<string>HC9N5Z797X.com.deskpro.mobile.ios</string>
<key>PROJECT_ID</key>
<string>deskpro-sample</string>
<string>deskpro-messenger</string>
<key>STORAGE_BUCKET</key>
<string>deskpro-sample.appspot.com</string>
<string>deskpro-messenger.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
Expand All @@ -25,6 +25,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:115778207718:ios:ae5e8705a6ea55f04a2027</string>
<string>1:450727442932:ios:d0dc056a89cc700d81e1a1</string>
</dict>
</plist>

0 comments on commit 5b6c2a5

Please sign in to comment.