Skip to content

Commit

Permalink
fix: [iOS]Firebase Config Path
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Nov 19, 2022
1 parent fd10bb7 commit a85fd06
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"languageVersion": "2.18"
}
],
"generated": "2022-11-19T11:45:11.205820Z",
"generated": "2022-11-19T13:06:13.069912Z",
"generator": "pub",
"generatorVersion": "2.19.0-406.0.dev"
}
29 changes: 25 additions & 4 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
5A27BB712928F9F100EB068C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5A27BB702928F9F100EB068C /* GoogleService-Info.plist */; };
5AD91F5D29290EAF00D66286 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5AD91F5C29290EAF00D66286 /* GoogleService-Info.plist */; };
61A408C3E920F177312709C6 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D1C5AE5DDA285A582877680 /* Pods_Runner.framework */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
Expand All @@ -36,7 +36,7 @@
1D1C5AE5DDA285A582877680 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4E408D4DC07CAA7BFCFB7056 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
5A27BB702928F9F100EB068C /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../Desktop/GoogleService-Info.plist"; sourceTree = "<group>"; };
5AD91F5C29290EAF00D66286 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../Desktop/GoogleService-Info.plist"; sourceTree = "<group>"; };
67CE9C75A69855566979557A /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -87,7 +87,6 @@
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
5A27BB702928F9F100EB068C /* GoogleService-Info.plist */,
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
Expand All @@ -107,6 +106,7 @@
97C146F01CF9000F007C117D /* Runner */ = {
isa = PBXGroup;
children = (
5AD91F5C29290EAF00D66286 /* GoogleService-Info.plist */,
97C146FA1CF9000F007C117D /* Main.storyboard */,
97C146FD1CF9000F007C117D /* Assets.xcassets */,
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -142,6 +142,7 @@
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
FC8525AAE576F962E6DBB7A1 /* [CP] Embed Pods Frameworks */,
DD9BC7F045C5823F38711CF8 /* [firebase_crashlytics] Crashlytics Upload Symbols */,
);
buildRules = (
);
Expand Down Expand Up @@ -192,7 +193,7 @@
files = (
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
5A27BB712928F9F100EB068C /* GoogleService-Info.plist in Resources */,
5AD91F5D29290EAF00D66286 /* GoogleService-Info.plist in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
);
Expand Down Expand Up @@ -253,6 +254,26 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
DD9BC7F045C5823F38711CF8 /* [firebase_crashlytics] Crashlytics Upload Symbols */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}\"",
"\"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)\"",
);
name = "[firebase_crashlytics] Crashlytics Upload Symbols";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
};
FC8525AAE576F962E6DBB7A1 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
26 changes: 24 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Pods</string>
<key>path</key>
<string>Pods</string>
<key>sourceTree</key>
Expand Down Expand Up @@ -270,6 +268,28 @@
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>5A27BB702928F9F100EB068C</key>
<dict>
<key>fileEncoding</key>
<string>4</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.xml</string>
<key>name</key>
<string>GoogleService-Info.plist</string>
<key>path</key>
<string>../../Desktop/GoogleService-Info.plist</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>5A27BB712928F9F100EB068C</key>
<dict>
<key>fileRef</key>
<string>5A27BB702928F9F100EB068C</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>61A408C3E920F177312709C6</key>
<dict>
<key>fileRef</key>
Expand Down Expand Up @@ -426,6 +446,7 @@
<dict>
<key>children</key>
<array>
<string>5A27BB702928F9F100EB068C</string>
<string>9740EEB11CF90186004384FC</string>
<string>97C146F01CF9000F007C117D</string>
<string>97C146EF1CF9000F007C117D</string>
Expand Down Expand Up @@ -534,6 +555,7 @@
<array>
<string>97C147011CF9000F007C117D</string>
<string>3B3967161E833CAA004F5970</string>
<string>5A27BB712928F9F100EB068C</string>
<string>97C146FE1CF9000F007C117D</string>
<string>97C146FC1CF9000F007C117D</string>
</array>
Expand Down

0 comments on commit a85fd06

Please sign in to comment.