Skip to content

Commit 74121b7

Browse files
authored
fix: updates the source for the rest of the Podfiles (#222)
1 parent 3849d1c commit 74121b7

File tree

15 files changed

+14
-38
lines changed

15 files changed

+14
-38
lines changed

GoogleMaps-Swift/GoogleMapsSwiftXCFrameworkDemos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,11 @@
545545
buildActionMask = 2147483647;
546546
files = (
547547
);
548-
inputFileListPaths = (
549-
);
550548
inputPaths = (
551549
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsSwiftXCFrameworkDemos/Pods-GoogleMapsSwiftXCFrameworkDemos-resources.sh",
552550
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
553551
);
554552
name = "[CP] Copy Pods Resources";
555-
outputFileListPaths = (
556-
);
557553
outputPaths = (
558554
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
559555
);

GoogleMaps-Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
platform :ios, '15.0'
44

GoogleMaps/GoogleMapsXCFrameworkDemos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,15 +641,11 @@
641641
buildActionMask = 2147483647;
642642
files = (
643643
);
644-
inputFileListPaths = (
645-
);
646644
inputPaths = (
647645
"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsXCFrameworkDemos/Pods-GoogleMapsXCFrameworkDemos-resources.sh",
648646
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
649647
);
650648
name = "[CP] Copy Pods Resources";
651-
outputFileListPaths = (
652-
);
653649
outputPaths = (
654650
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
655651
);

GoogleMaps/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
platform :ios, '15.0'
44

GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,12 @@
270270
buildActionMask = 2147483647;
271271
files = (
272272
);
273-
inputFileListPaths = (
274-
);
275273
inputPaths = (
276274
"${PODS_ROOT}/Target Support Files/Pods-GoogleNavSwiftXCFrameworkDemos/Pods-GoogleNavSwiftXCFrameworkDemos-resources.sh",
277275
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
278276
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleNavigation/GoogleNavigationResources.bundle",
279277
);
280278
name = "[CP] Copy Pods Resources";
281-
outputFileListPaths = (
282-
);
283279
outputPaths = (
284280
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
285281
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleNavigationResources.bundle",

GoogleNavigation-Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
platform :ios, '15.0'
44

GoogleNavigation/GoogleNavXCFrameworkDemos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,12 @@
312312
buildActionMask = 2147483647;
313313
files = (
314314
);
315-
inputFileListPaths = (
316-
);
317315
inputPaths = (
318316
"${PODS_ROOT}/Target Support Files/Pods-GoogleNavXCFrameworkDemos/Pods-GoogleNavXCFrameworkDemos-resources.sh",
319317
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
320318
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleNavigation/GoogleNavigationResources.bundle",
321319
);
322320
name = "[CP] Copy Pods Resources";
323-
outputFileListPaths = (
324-
);
325321
outputPaths = (
326322
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
327323
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleNavigationResources.bundle",

GoogleNavigation/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
platform :ios, '15.0'
44

GooglePlaces-Swift/GooglePlacesSwiftXCFrameworkDemos.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,15 +326,11 @@
326326
buildActionMask = 2147483647;
327327
files = (
328328
);
329-
inputFileListPaths = (
330-
);
331329
inputPaths = (
332330
"${PODS_ROOT}/Target Support Files/Pods-GooglePlacesSwiftXCFrameworkDemos/Pods-GooglePlacesSwiftXCFrameworkDemos-resources.sh",
333331
"${PODS_CONFIGURATION_BUILD_DIR}/GooglePlaces/GooglePlacesResources.bundle",
334332
);
335333
name = "[CP] Copy Pods Resources";
336-
outputFileListPaths = (
337-
);
338334
outputPaths = (
339335
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlacesResources.bundle",
340336
);

GooglePlaces-Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
platform :ios, '15.0'
44

0 commit comments

Comments
 (0)