Browse Source

feat(ios) update CocoaPods version

factor2
Saúl Ibarra Corretgé 11 months ago
parent
commit
dc25a8dde4
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      ios/Podfile.lock
  2. 4
    4
      ios/app/app.xcodeproj/project.pbxproj

+ 1
- 1
ios/Podfile.lock View File

2157
 
2157
 
2158
 PODFILE CHECKSUM: 79119d2af4f01a2584749dc3926902e66572d896
2158
 PODFILE CHECKSUM: 79119d2af4f01a2584749dc3926902e66572d896
2159
 
2159
 
2160
-COCOAPODS: 1.15.2
2160
+COCOAPODS: 1.16.1

+ 4
- 4
ios/app/app.xcodeproj/project.pbxproj View File

510
 			files = (
510
 			files = (
511
 			);
511
 			);
512
 			inputPaths = (
512
 			inputPaths = (
513
-				"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
513
+				$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
514
 			);
514
 			);
515
 			name = "Adjust ATS";
515
 			name = "Adjust ATS";
516
 			outputPaths = (
516
 			outputPaths = (
543
 			inputFileListPaths = (
543
 			inputFileListPaths = (
544
 			);
544
 			);
545
 			inputPaths = (
545
 			inputPaths = (
546
-				"$PROJECT_DIR/app.entitlements",
546
+				$PROJECT_DIR/app.entitlements,
547
 			);
547
 			);
548
 			name = "Update App Entitlements";
548
 			name = "Update App Entitlements";
549
 			outputFileListPaths = (
549
 			outputFileListPaths = (
585
 			inputFileListPaths = (
585
 			inputFileListPaths = (
586
 			);
586
 			);
587
 			inputPaths = (
587
 			inputPaths = (
588
-				"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
588
+				$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
589
 			);
589
 			);
590
 			name = "Setup Google reverse URL handler";
590
 			name = "Setup Google reverse URL handler";
591
 			outputFileListPaths = (
591
 			outputFileListPaths = (
605
 			inputFileListPaths = (
605
 			inputFileListPaths = (
606
 			);
606
 			);
607
 			inputPaths = (
607
 			inputPaths = (
608
-				"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
608
+				$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
609
 			);
609
 			);
610
 			name = "Setup Dropbox";
610
 			name = "Setup Dropbox";
611
 			outputFileListPaths = (
611
 			outputFileListPaths = (

Loading…
Cancel
Save