File tree 3 files changed +27
-1
lines changed
LensCreditCardsDemo.xcodeproj
3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -88,3 +88,4 @@ fastlane/test_output
88
88
# https://github.com/johnno1962/injectionforxcode
89
89
90
90
iOSInjectionProject /
91
+ env-variables.sh
Original file line number Diff line number Diff line change 195
195
);
196
196
runOnlyForDeploymentPostprocessing = 0;
197
197
shellPath = /bin/sh;
198
- shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nINFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_CLIENT_ID string $VERYFI_CLIENT_ID\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_USERNAME string $VERYFI_USERNAME\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_API_KEY string $VERYFI_API_KEY\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_URL string $VERYFI_URL\" \"$INFO_PLIST\"\n";
198
+ shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nif [ -f ./env-variables.sh ]\nthen\nsource ./env-variables.sh\nfi\ nINFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_CLIENT_ID string $VERYFI_CLIENT_ID\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_USERNAME string $VERYFI_USERNAME\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_API_KEY string $VERYFI_API_KEY\" \"$INFO_PLIST\"\n/usr/libexec/PlistBuddy -c \"Add :VERYFI_URL string $VERYFI_URL\" \"$INFO_PLIST\"\n";
199
199
};
200
200
DD88E022C9E1900C82AE2E20 /* [CP] Check Pods Manifest.lock */ = {
201
201
isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change
1
+ PODS:
2
+ - AWSCore (2.28.0)
3
+ - AWSS3 (2.28.0):
4
+ - AWSCore (= 2.28.0)
5
+ - VeryfiLens-CreditCards (1.6.5.4):
6
+ - AWSS3
7
+
8
+ DEPENDENCIES:
9
+ - VeryfiLens-CreditCards (= 1.6.5.4)
10
+
11
+ SPEC REPOS:
12
+ https://github.com/CocoaPods/Specs.git:
13
+ - AWSCore
14
+ - AWSS3
15
+ https://repo.veryfi.com/shared/lens/veryfi-lens-podspec.git:
16
+ - VeryfiLens-CreditCards
17
+
18
+ SPEC CHECKSUMS:
19
+ AWSCore: 0ebe9ba8a459893cdf268ce0bae61875efd0182b
20
+ AWSS3: 40a2bed039c432e580f1d4b4f740ca80f0610a9e
21
+ VeryfiLens-CreditCards: af9426165ece343b9321627bdb486572b22b8c4d
22
+
23
+ PODFILE CHECKSUM: 0bdd667fc02d0d7ad0456424832134814b8d5774
24
+
25
+ COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments