Skip to content

Commit fcf90d9

Browse files
committed
chore: properly handle GoogleService-Info.plist
1 parent fde5dc4 commit fcf90d9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ node_modules
3131
/www
3232
yarn.lock.json
3333
google-services.json
34+
GoogleService-Info.plist
3435

3536
resources/android
3637
resources/ios

ios/App/App.xcodeproj/project.template.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
1616
50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
1717
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
18-
B227BAE72BA3435C0003C471 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B227BAE62BA3435C0003C471 /* GoogleService-Info.plist */; };
18+
B23367532BB5AF9D0067B6A7 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B23367522BB5AF9D0067B6A7 /* GoogleService-Info.plist */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
@@ -30,7 +30,7 @@
3030
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
3131
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3232
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
33-
B227BAE62BA3435C0003C471 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../Documents/!IDEMS/iOS/Mock files/GoogleService-Info.plist"; sourceTree = "<group>"; };
33+
B23367522BB5AF9D0067B6A7 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
3434
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
3535
/* End PBXFileReference section */
3636

@@ -75,7 +75,7 @@
7575
504EC3061FED79650016851F /* App */ = {
7676
isa = PBXGroup;
7777
children = (
78-
B227BAE62BA3435C0003C471 /* GoogleService-Info.plist */,
78+
B23367522BB5AF9D0067B6A7 /* GoogleService-Info.plist */,
7979
50379B222058CBB4000EE86E /* capacitor.config.json */,
8080
504EC3071FED79650016851F /* AppDelegate.swift */,
8181
504EC30B1FED79650016851F /* Main.storyboard */,
@@ -159,12 +159,12 @@
159159
buildActionMask = 2147483647;
160160
files = (
161161
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
162+
B23367532BB5AF9D0067B6A7 /* GoogleService-Info.plist in Resources */,
162163
50B271D11FEDC1A000F3C39B /* public in Resources */,
163164
504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
164165
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
165166
504EC30D1FED79650016851F /* Main.storyboard in Resources */,
166167
2FAD9763203C412B000D30F8 /* config.xml in Resources */,
167-
B227BAE72BA3435C0003C471 /* GoogleService-Info.plist in Resources */,
168168
);
169169
runOnlyForDeploymentPostprocessing = 0;
170170
};

0 commit comments

Comments
 (0)