Skip to content

Commit 7b6d23f

Browse files
authored
Merge pull request #251 from razorpay/release/v1.5.2
1.5.2 release
2 parents c0f26ab + bf62d63 commit 7b6d23f

File tree

58 files changed

+199
-679
lines changed

Some content is hidden

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

58 files changed

+199
-679
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-
D4EE84A0135713EE692DC3A0 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D77BAD8E846E3E70FE1915DA /* Pods_Example.framework */; };
20+
7D546E18FB92D94C041438B5 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 607488159143E4B5917A2E63 /* 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-
2492D1CCA217BE66FE5007D3 /* 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>"; };
49-
D77BAD8E846E3E70FE1915DA /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50-
F97B4E6059C00E867C87F85C /* 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>"; };
48+
270E6932614E1A2D111EB02D /* 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>"; };
49+
607488159143E4B5917A2E63 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50+
FF85A34648FB346CE1F56E6F /* 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>"; };
5151
/* End PBXFileReference section */
5252

5353
/* Begin PBXFrameworksBuildPhase section */
5454
0C1A133923E858E10015A0BD /* Frameworks */ = {
5555
isa = PBXFrameworksBuildPhase;
5656
buildActionMask = 2147483647;
5757
files = (
58-
D4EE84A0135713EE692DC3A0 /* Pods_Example.framework in Frameworks */,
58+
7D546E18FB92D94C041438B5 /* Pods_Example.framework in Frameworks */,
5959
);
6060
runOnlyForDeploymentPostprocessing = 0;
6161
};
@@ -76,7 +76,7 @@
7676
0C89ACE9246E79150097C815 /* ExampleTests */,
7777
0C1A133D23E858E10015A0BD /* Products */,
7878
B0E5AD7052C9FE9580DEAAAD /* Pods */,
79-
1EEEB4EFCC49FB269F06C6FA /* Frameworks */,
79+
34460DAAF6479DDCF0B56D44 /* Frameworks */,
8080
);
8181
sourceTree = "<group>";
8282
};
@@ -123,19 +123,19 @@
123123
path = Resources;
124124
sourceTree = "<group>";
125125
};
126-
1EEEB4EFCC49FB269F06C6FA /* Frameworks */ = {
126+
34460DAAF6479DDCF0B56D44 /* Frameworks */ = {
127127
isa = PBXGroup;
128128
children = (
129-
D77BAD8E846E3E70FE1915DA /* Pods_Example.framework */,
129+
607488159143E4B5917A2E63 /* Pods_Example.framework */,
130130
);
131131
name = Frameworks;
132132
sourceTree = "<group>";
133133
};
134134
B0E5AD7052C9FE9580DEAAAD /* Pods */ = {
135135
isa = PBXGroup;
136136
children = (
137-
F97B4E6059C00E867C87F85C /* Pods-Example.debug.xcconfig */,
138-
2492D1CCA217BE66FE5007D3 /* Pods-Example.release.xcconfig */,
137+
FF85A34648FB346CE1F56E6F /* Pods-Example.debug.xcconfig */,
138+
270E6932614E1A2D111EB02D /* 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-
34BA73F89AAF5FC19C465981 /* [CP] Check Pods Manifest.lock */,
150+
843559876A1ADC574C5B6441 /* [CP] Check Pods Manifest.lock */,
151151
0C1A133823E858E10015A0BD /* Sources */,
152152
0C1A133923E858E10015A0BD /* Frameworks */,
153153
0C1A133A23E858E10015A0BD /* Resources */,
154-
75DD3E71DD07D2103084E1CC /* [CP] Embed Pods Frameworks */,
154+
098264258A4F5BF11D812676 /* [CP] Embed Pods Frameworks */,
155155
);
156156
buildRules = (
157157
);
@@ -239,43 +239,43 @@
239239
/* End PBXResourcesBuildPhase section */
240240

241241
/* Begin PBXShellScriptBuildPhase section */
242-
34BA73F89AAF5FC19C465981 /* [CP] Check Pods Manifest.lock */ = {
242+
098264258A4F5BF11D812676 /* [CP] Embed Pods Frameworks */ = {
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",
248249
);
249-
inputPaths = (
250-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
251-
"${PODS_ROOT}/Manifest.lock",
252-
);
253-
name = "[CP] Check Pods Manifest.lock";
250+
name = "[CP] Embed Pods Frameworks";
254251
outputFileListPaths = (
255-
);
256-
outputPaths = (
257-
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
252+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
258253
);
259254
runOnlyForDeploymentPostprocessing = 0;
260255
shellPath = /bin/sh;
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";
256+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
262257
showEnvVarsInLog = 0;
263258
};
264-
75DD3E71DD07D2103084E1CC /* [CP] Embed Pods Frameworks */ = {
259+
843559876A1ADC574C5B6441 /* [CP] Check Pods Manifest.lock */ = {
265260
isa = PBXShellScriptBuildPhase;
266261
buildActionMask = 2147483647;
267262
files = (
268263
);
269264
inputFileListPaths = (
270-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
271265
);
272-
name = "[CP] Embed Pods Frameworks";
266+
inputPaths = (
267+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
268+
"${PODS_ROOT}/Manifest.lock",
269+
);
270+
name = "[CP] Check Pods Manifest.lock";
273271
outputFileListPaths = (
274-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
272+
);
273+
outputPaths = (
274+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
275275
);
276276
runOnlyForDeploymentPostprocessing = 0;
277277
shellPath = /bin/sh;
278-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
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";
279279
showEnvVarsInLog = 0;
280280
};
281281
/* End PBXShellScriptBuildPhase section */
@@ -442,7 +442,7 @@
442442
};
443443
0C1A135123E858E30015A0BD /* Debug */ = {
444444
isa = XCBuildConfiguration;
445-
baseConfigurationReference = F97B4E6059C00E867C87F85C /* Pods-Example.debug.xcconfig */;
445+
baseConfigurationReference = FF85A34648FB346CE1F56E6F /* 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 = 2492D1CCA217BE66FE5007D3 /* Pods-Example.release.xcconfig */;
464+
baseConfigurationReference = 270E6932614E1A2D111EB02D /* 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_x86_64-simulator</string>
13+
<string>ios-arm64</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>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>RazorpayStandard.framework/RazorpayStandard</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>RazorpayStandard.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)