WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d275ba9

Browse files
authored
Merge pull request #240 from razorpay/release/v1.4.6
Release v1.4.6
2 parents cb1a3c9 + a446bde commit d275ba9

File tree

58 files changed

+3977
-3722
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

+3977
-3722
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 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-
AE16E5E3C83D8E8DDFCF0F75 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B258C913D5491EE6302E2E76 /* Pods_Example.framework */; };
20+
8DA7CC8C285EE67473748309 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D9771DE332EBF3B370C3399 /* 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-
248564B4F10E33FD52D67DF6 /* 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-
8CF5D637AEF5F3E1F8D69D45 /* 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-
B258C913D5491EE6302E2E76 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48+
6D9771DE332EBF3B370C3399 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49+
967839BA68BF90F369286059 /* 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>"; };
50+
B4E01E257F9E2B2FECF6418B /* 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>"; };
5151
/* End PBXFileReference section */
5252

5353
/* Begin PBXFrameworksBuildPhase section */
5454
0C1A133923E858E10015A0BD /* Frameworks */ = {
5555
isa = PBXFrameworksBuildPhase;
5656
buildActionMask = 2147483647;
5757
files = (
58-
AE16E5E3C83D8E8DDFCF0F75 /* Pods_Example.framework in Frameworks */,
58+
8DA7CC8C285EE67473748309 /* Pods_Example.framework in Frameworks */,
5959
);
6060
runOnlyForDeploymentPostprocessing = 0;
6161
};
@@ -76,7 +76,7 @@
7676
0C89ACE9246E79150097C815 /* ExampleTests */,
7777
0C1A133D23E858E10015A0BD /* Products */,
7878
B0E5AD7052C9FE9580DEAAAD /* Pods */,
79-
79E9010D8F7D129184E07DD1 /* Frameworks */,
79+
9AA8E84036DC38431F16ECA2 /* Frameworks */,
8080
);
8181
sourceTree = "<group>";
8282
};
@@ -123,19 +123,19 @@
123123
path = Resources;
124124
sourceTree = "<group>";
125125
};
126-
79E9010D8F7D129184E07DD1 /* Frameworks */ = {
126+
9AA8E84036DC38431F16ECA2 /* Frameworks */ = {
127127
isa = PBXGroup;
128128
children = (
129-
B258C913D5491EE6302E2E76 /* Pods_Example.framework */,
129+
6D9771DE332EBF3B370C3399 /* Pods_Example.framework */,
130130
);
131131
name = Frameworks;
132132
sourceTree = "<group>";
133133
};
134134
B0E5AD7052C9FE9580DEAAAD /* Pods */ = {
135135
isa = PBXGroup;
136136
children = (
137-
248564B4F10E33FD52D67DF6 /* Pods-Example.debug.xcconfig */,
138-
8CF5D637AEF5F3E1F8D69D45 /* Pods-Example.release.xcconfig */,
137+
967839BA68BF90F369286059 /* Pods-Example.debug.xcconfig */,
138+
B4E01E257F9E2B2FECF6418B /* 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-
310DD990A79E19B1072C2B23 /* [CP] Check Pods Manifest.lock */,
150+
F449748AF47263874DC39EAC /* [CP] Check Pods Manifest.lock */,
151151
0C1A133823E858E10015A0BD /* Sources */,
152152
0C1A133923E858E10015A0BD /* Frameworks */,
153153
0C1A133A23E858E10015A0BD /* Resources */,
154-
13659322CACC7E693DD361F6 /* [CP] Embed Pods Frameworks */,
154+
31D89B9E9B948110E058B4B5 /* [CP] Embed Pods Frameworks */,
155155
);
156156
buildRules = (
157157
);
@@ -239,7 +239,7 @@
239239
/* End PBXResourcesBuildPhase section */
240240

241241
/* Begin PBXShellScriptBuildPhase section */
242-
13659322CACC7E693DD361F6 /* [CP] Embed Pods Frameworks */ = {
242+
31D89B9E9B948110E058B4B5 /* [CP] Embed Pods Frameworks */ = {
243243
isa = PBXShellScriptBuildPhase;
244244
buildActionMask = 2147483647;
245245
files = (
@@ -256,7 +256,7 @@
256256
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
257257
showEnvVarsInLog = 0;
258258
};
259-
310DD990A79E19B1072C2B23 /* [CP] Check Pods Manifest.lock */ = {
259+
F449748AF47263874DC39EAC /* [CP] Check Pods Manifest.lock */ = {
260260
isa = PBXShellScriptBuildPhase;
261261
buildActionMask = 2147483647;
262262
files = (
@@ -442,7 +442,7 @@
442442
};
443443
0C1A135123E858E30015A0BD /* Debug */ = {
444444
isa = XCBuildConfiguration;
445-
baseConfigurationReference = 248564B4F10E33FD52D67DF6 /* Pods-Example.debug.xcconfig */;
445+
baseConfigurationReference = 967839BA68BF90F369286059 /* 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 = 8CF5D637AEF5F3E1F8D69D45 /* Pods-Example.release.xcconfig */;
464+
baseConfigurationReference = B4E01E257F9E2B2FECF6418B /* Pods-Example.release.xcconfig */;
465465
buildSettings = {
466466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
467467
CODE_SIGN_STYLE = Automatic;

Pod/Razorpay.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>Razorpay.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>Razorpay.framework/Razorpay</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>Razorpay.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>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)