Skip to content

Commit bd27d6e

Browse files
committed
chore: update Podfile.lock
1 parent ad407de commit bd27d6e

File tree

5 files changed

+440
-430
lines changed

5 files changed

+440
-430
lines changed

eslint.config.mjs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ export default defineConfig([
2424
},
2525
},
2626
{
27-
ignores: ['node_modules/', 'lib/', '.yarn', 'eslint.config.mjs'],
27+
ignores: [
28+
'node_modules/',
29+
'lib/',
30+
'**/build/**',
31+
'**/ios/**',
32+
'**/android/**',
33+
'nitrogen/',
34+
'example/vendor/',
35+
'.yarn',
36+
'eslint.config.mjs',
37+
],
2838
},
2939
]);

example/ios/GoogleMapsPlusExample.xcodeproj/project.pbxproj

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
1CFDC6AB2E6CA193005652FB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1CFDC6A32E6CA144005652FB /* InfoPlist.strings */; };
1414
1CFDC6AC2E6CA193005652FB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1CFDC6A62E6CA144005652FB /* InfoPlist.strings */; };
1515
50142BCB3C4DD87E00709364 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
16-
556B83309F00E8D0D80CDA4F /* Pods_GoogleMapsPlusExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C6D09271AD9C18A3B1FFBDA7 /* Pods_GoogleMapsPlusExample.framework */; };
1716
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
1817
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
18+
C278F67776EF7358337EE23E /* Pods_GoogleMapsPlusExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76B3BA251D3575BE140916E /* Pods_GoogleMapsPlusExample.framework */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
22-
08DC324EE37C0C1ED303A85C /* Pods-GoogleMapsPlusExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsPlusExample.release.xcconfig"; path = "Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample.release.xcconfig"; sourceTree = "<group>"; };
2322
13B07F961A680F5B00A75B9A /* GoogleMapsPlusExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GoogleMapsPlusExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2423
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = GoogleMapsPlusExample/Images.xcassets; sourceTree = "<group>"; };
2524
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = GoogleMapsPlusExample/Info.plist; sourceTree = "<group>"; };
@@ -30,17 +29,18 @@
3029
1CFDC6A62E6CA144005652FB /* InfoPlist.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = InfoPlist.strings; sourceTree = "<group>"; };
3130
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = GoogleMapsPlusExample/AppDelegate.swift; sourceTree = "<group>"; };
3231
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = GoogleMapsPlusExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
33-
B3AEE3DFE5CC32BEA5ABC4A9 /* Pods-GoogleMapsPlusExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsPlusExample.debug.xcconfig"; path = "Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample.debug.xcconfig"; sourceTree = "<group>"; };
34-
C6D09271AD9C18A3B1FFBDA7 /* Pods_GoogleMapsPlusExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GoogleMapsPlusExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32+
C221050642A048ADBE57AC5E /* Pods-GoogleMapsPlusExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsPlusExample.debug.xcconfig"; path = "Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample.debug.xcconfig"; sourceTree = "<group>"; };
3533
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
34+
ED5CA485AF743A33F395113E /* Pods-GoogleMapsPlusExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsPlusExample.release.xcconfig"; path = "Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample.release.xcconfig"; sourceTree = "<group>"; };
35+
F76B3BA251D3575BE140916E /* Pods_GoogleMapsPlusExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GoogleMapsPlusExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3636
/* End PBXFileReference section */
3737

3838
/* Begin PBXFrameworksBuildPhase section */
3939
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
4040
isa = PBXFrameworksBuildPhase;
4141
buildActionMask = 2147483647;
4242
files = (
43-
556B83309F00E8D0D80CDA4F /* Pods_GoogleMapsPlusExample.framework in Frameworks */,
43+
C278F67776EF7358337EE23E /* Pods_GoogleMapsPlusExample.framework in Frameworks */,
4444
);
4545
runOnlyForDeploymentPostprocessing = 0;
4646
};
@@ -85,7 +85,7 @@
8585
isa = PBXGroup;
8686
children = (
8787
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
88-
C6D09271AD9C18A3B1FFBDA7 /* Pods_GoogleMapsPlusExample.framework */,
88+
F76B3BA251D3575BE140916E /* Pods_GoogleMapsPlusExample.framework */,
8989
);
9090
name = Frameworks;
9191
sourceTree = "<group>";
@@ -122,8 +122,8 @@
122122
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
123123
isa = PBXGroup;
124124
children = (
125-
B3AEE3DFE5CC32BEA5ABC4A9 /* Pods-GoogleMapsPlusExample.debug.xcconfig */,
126-
08DC324EE37C0C1ED303A85C /* Pods-GoogleMapsPlusExample.release.xcconfig */,
125+
C221050642A048ADBE57AC5E /* Pods-GoogleMapsPlusExample.debug.xcconfig */,
126+
ED5CA485AF743A33F395113E /* Pods-GoogleMapsPlusExample.release.xcconfig */,
127127
);
128128
path = Pods;
129129
sourceTree = "<group>";
@@ -135,13 +135,13 @@
135135
isa = PBXNativeTarget;
136136
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "GoogleMapsPlusExample" */;
137137
buildPhases = (
138-
4AB6DA657EB147C7F5BF70FE /* [CP] Check Pods Manifest.lock */,
138+
7B8C8319FEFE19D20D861FF9 /* [CP] Check Pods Manifest.lock */,
139139
13B07F871A680F5B00A75B9A /* Sources */,
140140
13B07F8C1A680F5B00A75B9A /* Frameworks */,
141141
13B07F8E1A680F5B00A75B9A /* Resources */,
142142
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
143-
DFFF0A1B849B75FF1C3E31F8 /* [CP] Embed Pods Frameworks */,
144-
DD2F4E1190150635F1EB1361 /* [CP] Copy Pods Resources */,
143+
4DCFCDCD0D027DB529AB541C /* [CP] Embed Pods Frameworks */,
144+
8CB46C92B529E2369D8EEACB /* [CP] Copy Pods Resources */,
145145
);
146146
buildRules = (
147147
);
@@ -218,7 +218,24 @@
218218
shellPath = /bin/sh;
219219
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
220220
};
221-
4AB6DA657EB147C7F5BF70FE /* [CP] Check Pods Manifest.lock */ = {
221+
4DCFCDCD0D027DB529AB541C /* [CP] Embed Pods Frameworks */ = {
222+
isa = PBXShellScriptBuildPhase;
223+
buildActionMask = 2147483647;
224+
files = (
225+
);
226+
inputFileListPaths = (
227+
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
228+
);
229+
name = "[CP] Embed Pods Frameworks";
230+
outputFileListPaths = (
231+
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
232+
);
233+
runOnlyForDeploymentPostprocessing = 0;
234+
shellPath = /bin/sh;
235+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks.sh\"\n";
236+
showEnvVarsInLog = 0;
237+
};
238+
7B8C8319FEFE19D20D861FF9 /* [CP] Check Pods Manifest.lock */ = {
222239
isa = PBXShellScriptBuildPhase;
223240
buildActionMask = 2147483647;
224241
files = (
@@ -240,7 +257,7 @@
240257
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";
241258
showEnvVarsInLog = 0;
242259
};
243-
DD2F4E1190150635F1EB1361 /* [CP] Copy Pods Resources */ = {
260+
8CB46C92B529E2369D8EEACB /* [CP] Copy Pods Resources */ = {
244261
isa = PBXShellScriptBuildPhase;
245262
buildActionMask = 2147483647;
246263
files = (
@@ -257,23 +274,6 @@
257274
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-resources.sh\"\n";
258275
showEnvVarsInLog = 0;
259276
};
260-
DFFF0A1B849B75FF1C3E31F8 /* [CP] Embed Pods Frameworks */ = {
261-
isa = PBXShellScriptBuildPhase;
262-
buildActionMask = 2147483647;
263-
files = (
264-
);
265-
inputFileListPaths = (
266-
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
267-
);
268-
name = "[CP] Embed Pods Frameworks";
269-
outputFileListPaths = (
270-
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
271-
);
272-
runOnlyForDeploymentPostprocessing = 0;
273-
shellPath = /bin/sh;
274-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsPlusExample/Pods-GoogleMapsPlusExample-frameworks.sh\"\n";
275-
showEnvVarsInLog = 0;
276-
};
277277
/* End PBXShellScriptBuildPhase section */
278278

279279
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)