Skip to content

Commit 6aaf6cc

Browse files
committed
release v1.5.1 : Quickbuy
1 parent 9fcaab2 commit 6aaf6cc

File tree

144 files changed

+50739
-5051
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+50739
-5051
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
0CE1C1F824B77D9500D88A05 /* CheckoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE1C1F624B77D9500D88A05 /* CheckoutViewController.swift */; };
1818
0CE1C1F924B77D9500D88A05 /* SettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE1C1F724B77D9500D88A05 /* SettingsTableViewController.swift */; };
1919
0CE1C1FB24B77DAA00D88A05 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0CE1C1FA24B77DAA00D88A05 /* Main.storyboard */; };
20-
CB2C3CF37EF5599A081C46C8 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52633E83F8955367394B4C17 /* Pods_Example.framework */; };
20+
2A463C08552FA5DD68A07AEC /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E3DBCD37D3A7AD3DC455CCC3 /* Pods_Example.framework */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXContainerItemProxy section */
@@ -45,17 +45,17 @@
4545
0CE1C1F624B77D9500D88A05 /* CheckoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckoutViewController.swift; sourceTree = "<group>"; };
4646
0CE1C1F724B77D9500D88A05 /* SettingsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsTableViewController.swift; sourceTree = "<group>"; };
4747
0CE1C1FA24B77DAA00D88A05 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
48-
2539BCCFF50A66C16DFD49D0 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
49-
52633E83F8955367394B4C17 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50-
ABC38BC457DC93D66EF2BA10 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
48+
7C1794A16487BE6356A532B9 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
49+
7F7FBBE6100FA2083A919788 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
50+
E3DBCD37D3A7AD3DC455CCC3 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5151
/* End PBXFileReference section */
5252

5353
/* Begin PBXFrameworksBuildPhase section */
5454
0C1A133923E858E10015A0BD /* Frameworks */ = {
5555
isa = PBXFrameworksBuildPhase;
5656
buildActionMask = 2147483647;
5757
files = (
58-
CB2C3CF37EF5599A081C46C8 /* Pods_Example.framework in Frameworks */,
58+
2A463C08552FA5DD68A07AEC /* Pods_Example.framework in Frameworks */,
5959
);
6060
runOnlyForDeploymentPostprocessing = 0;
6161
};
@@ -76,7 +76,7 @@
7676
0C89ACE9246E79150097C815 /* ExampleTests */,
7777
0C1A133D23E858E10015A0BD /* Products */,
7878
B0E5AD7052C9FE9580DEAAAD /* Pods */,
79-
49FF018E757DE76AAC69BC9D /* Frameworks */,
79+
80E5D612FA9878278B36717F /* Frameworks */,
8080
);
8181
sourceTree = "<group>";
8282
};
@@ -123,19 +123,19 @@
123123
path = Resources;
124124
sourceTree = "<group>";
125125
};
126-
49FF018E757DE76AAC69BC9D /* Frameworks */ = {
126+
80E5D612FA9878278B36717F /* Frameworks */ = {
127127
isa = PBXGroup;
128128
children = (
129-
52633E83F8955367394B4C17 /* Pods_Example.framework */,
129+
E3DBCD37D3A7AD3DC455CCC3 /* Pods_Example.framework */,
130130
);
131131
name = Frameworks;
132132
sourceTree = "<group>";
133133
};
134134
B0E5AD7052C9FE9580DEAAAD /* Pods */ = {
135135
isa = PBXGroup;
136136
children = (
137-
2539BCCFF50A66C16DFD49D0 /* Pods-Example.debug.xcconfig */,
138-
ABC38BC457DC93D66EF2BA10 /* Pods-Example.release.xcconfig */,
137+
7C1794A16487BE6356A532B9 /* Pods-Example.debug.xcconfig */,
138+
7F7FBBE6100FA2083A919788 /* Pods-Example.release.xcconfig */,
139139
);
140140
path = Pods;
141141
sourceTree = "<group>";
@@ -147,11 +147,11 @@
147147
isa = PBXNativeTarget;
148148
buildConfigurationList = 0C1A135023E858E30015A0BD /* Build configuration list for PBXNativeTarget "Example" */;
149149
buildPhases = (
150-
E42DC3E73D976F4C828BB728 /* [CP] Check Pods Manifest.lock */,
150+
7268E9F10F05C15AB08BAA9F /* [CP] Check Pods Manifest.lock */,
151151
0C1A133823E858E10015A0BD /* Sources */,
152152
0C1A133923E858E10015A0BD /* Frameworks */,
153153
0C1A133A23E858E10015A0BD /* Resources */,
154-
690FD344A82BDA2D5782E1D2 /* [CP] Embed Pods Frameworks */,
154+
9238ED25A0968470B1157007 /* [CP] Embed Pods Frameworks */,
155155
);
156156
buildRules = (
157157
);
@@ -239,43 +239,43 @@
239239
/* End PBXResourcesBuildPhase section */
240240

241241
/* Begin PBXShellScriptBuildPhase section */
242-
690FD344A82BDA2D5782E1D2 /* [CP] Embed Pods Frameworks */ = {
242+
7268E9F10F05C15AB08BAA9F /* [CP] Check Pods Manifest.lock */ = {
243243
isa = PBXShellScriptBuildPhase;
244244
buildActionMask = 2147483647;
245245
files = (
246246
);
247247
inputFileListPaths = (
248-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
249248
);
250-
name = "[CP] Embed Pods Frameworks";
249+
inputPaths = (
250+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
251+
"${PODS_ROOT}/Manifest.lock",
252+
);
253+
name = "[CP] Check Pods Manifest.lock";
251254
outputFileListPaths = (
252-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
255+
);
256+
outputPaths = (
257+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
253258
);
254259
runOnlyForDeploymentPostprocessing = 0;
255260
shellPath = /bin/sh;
256-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
261+
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";
257262
showEnvVarsInLog = 0;
258263
};
259-
E42DC3E73D976F4C828BB728 /* [CP] Check Pods Manifest.lock */ = {
264+
9238ED25A0968470B1157007 /* [CP] Embed Pods Frameworks */ = {
260265
isa = PBXShellScriptBuildPhase;
261266
buildActionMask = 2147483647;
262267
files = (
263268
);
264269
inputFileListPaths = (
270+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
265271
);
266-
inputPaths = (
267-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
268-
"${PODS_ROOT}/Manifest.lock",
269-
);
270-
name = "[CP] Check Pods Manifest.lock";
272+
name = "[CP] Embed Pods Frameworks";
271273
outputFileListPaths = (
272-
);
273-
outputPaths = (
274-
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
274+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
275275
);
276276
runOnlyForDeploymentPostprocessing = 0;
277277
shellPath = /bin/sh;
278-
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";
278+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
279279
showEnvVarsInLog = 0;
280280
};
281281
/* End PBXShellScriptBuildPhase section */
@@ -442,7 +442,7 @@
442442
};
443443
0C1A135123E858E30015A0BD /* Debug */ = {
444444
isa = XCBuildConfiguration;
445-
baseConfigurationReference = 2539BCCFF50A66C16DFD49D0 /* Pods-Example.debug.xcconfig */;
445+
baseConfigurationReference = 7C1794A16487BE6356A532B9 /* Pods-Example.debug.xcconfig */;
446446
buildSettings = {
447447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
448448
CODE_SIGN_STYLE = Automatic;
@@ -461,7 +461,7 @@
461461
};
462462
0C1A135223E858E30015A0BD /* Release */ = {
463463
isa = XCBuildConfiguration;
464-
baseConfigurationReference = ABC38BC457DC93D66EF2BA10 /* Pods-Example.release.xcconfig */;
464+
baseConfigurationReference = 7F7FBBE6100FA2083A919788 /* Pods-Example.release.xcconfig */;
465465
buildSettings = {
466466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
467467
CODE_SIGN_STYLE = Automatic;

Pod/RazorpayStandard.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>RazorpayStandard.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>RazorpayStandard.framework/RazorpayStandard</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>RazorpayStandard.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
160 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)