Skip to content

Commit 45950a6

Browse files
committed
chore: sample app pointing to razorpay-core-pod from git
1 parent 35846ad commit 45950a6

File tree

109 files changed

+50966
-1
lines changed

Some content is hidden

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

109 files changed

+50966
-1
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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+
D3D8199634457362FD65136D /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */; };
2021
/* End PBXBuildFile section */
2122

2223
/* Begin PBXContainerItemProxy section */
@@ -30,6 +31,7 @@
3031
/* End PBXContainerItemProxy section */
3132

3233
/* Begin PBXFileReference section */
34+
02F8756D5735B0E6C3D05DCB /* 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>"; };
3335
0C1A133C23E858E10015A0BD /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3436
0C1A133F23E858E10015A0BD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3537
0C1A134123E858E10015A0BD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -44,13 +46,16 @@
4446
0CE1C1F624B77D9500D88A05 /* CheckoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckoutViewController.swift; sourceTree = "<group>"; };
4547
0CE1C1F724B77D9500D88A05 /* SettingsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsTableViewController.swift; sourceTree = "<group>"; };
4648
0CE1C1FA24B77DAA00D88A05 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
49+
9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50+
D771CFAB1FBDDC650944848E /* 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>"; };
4751
/* End PBXFileReference section */
4852

4953
/* Begin PBXFrameworksBuildPhase section */
5054
0C1A133923E858E10015A0BD /* Frameworks */ = {
5155
isa = PBXFrameworksBuildPhase;
5256
buildActionMask = 2147483647;
5357
files = (
58+
D3D8199634457362FD65136D /* Pods_Example.framework in Frameworks */,
5459
);
5560
runOnlyForDeploymentPostprocessing = 0;
5661
};
@@ -71,6 +76,7 @@
7176
0C89ACE9246E79150097C815 /* ExampleTests */,
7277
0C1A133D23E858E10015A0BD /* Products */,
7378
B0E5AD7052C9FE9580DEAAAD /* Pods */,
79+
8B1395950B23E4714CE2A621 /* Frameworks */,
7480
);
7581
sourceTree = "<group>";
7682
};
@@ -117,9 +123,19 @@
117123
path = Resources;
118124
sourceTree = "<group>";
119125
};
126+
8B1395950B23E4714CE2A621 /* Frameworks */ = {
127+
isa = PBXGroup;
128+
children = (
129+
9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */,
130+
);
131+
name = Frameworks;
132+
sourceTree = "<group>";
133+
};
120134
B0E5AD7052C9FE9580DEAAAD /* Pods */ = {
121135
isa = PBXGroup;
122136
children = (
137+
D771CFAB1FBDDC650944848E /* Pods-Example.debug.xcconfig */,
138+
02F8756D5735B0E6C3D05DCB /* Pods-Example.release.xcconfig */,
123139
);
124140
path = Pods;
125141
sourceTree = "<group>";
@@ -131,9 +147,11 @@
131147
isa = PBXNativeTarget;
132148
buildConfigurationList = 0C1A135023E858E30015A0BD /* Build configuration list for PBXNativeTarget "Example" */;
133149
buildPhases = (
150+
2CF6DFE14BD8DB4ECA42572C /* [CP] Check Pods Manifest.lock */,
134151
0C1A133823E858E10015A0BD /* Sources */,
135152
0C1A133923E858E10015A0BD /* Frameworks */,
136153
0C1A133A23E858E10015A0BD /* Resources */,
154+
198535D574741F1B150364E2 /* [CP] Embed Pods Frameworks */,
137155
);
138156
buildRules = (
139157
);
@@ -220,6 +238,48 @@
220238
};
221239
/* End PBXResourcesBuildPhase section */
222240

241+
/* Begin PBXShellScriptBuildPhase section */
242+
198535D574741F1B150364E2 /* [CP] Embed Pods Frameworks */ = {
243+
isa = PBXShellScriptBuildPhase;
244+
buildActionMask = 2147483647;
245+
files = (
246+
);
247+
inputFileListPaths = (
248+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
249+
);
250+
name = "[CP] Embed Pods Frameworks";
251+
outputFileListPaths = (
252+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
253+
);
254+
runOnlyForDeploymentPostprocessing = 0;
255+
shellPath = /bin/sh;
256+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
257+
showEnvVarsInLog = 0;
258+
};
259+
2CF6DFE14BD8DB4ECA42572C /* [CP] Check Pods Manifest.lock */ = {
260+
isa = PBXShellScriptBuildPhase;
261+
buildActionMask = 2147483647;
262+
files = (
263+
);
264+
inputFileListPaths = (
265+
);
266+
inputPaths = (
267+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
268+
"${PODS_ROOT}/Manifest.lock",
269+
);
270+
name = "[CP] Check Pods Manifest.lock";
271+
outputFileListPaths = (
272+
);
273+
outputPaths = (
274+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
275+
);
276+
runOnlyForDeploymentPostprocessing = 0;
277+
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";
279+
showEnvVarsInLog = 0;
280+
};
281+
/* End PBXShellScriptBuildPhase section */
282+
223283
/* Begin PBXSourcesBuildPhase section */
224284
0C1A133823E858E10015A0BD /* Sources */ = {
225285
isa = PBXSourcesBuildPhase;
@@ -382,6 +442,7 @@
382442
};
383443
0C1A135123E858E30015A0BD /* Debug */ = {
384444
isa = XCBuildConfiguration;
445+
baseConfigurationReference = D771CFAB1FBDDC650944848E /* Pods-Example.debug.xcconfig */;
385446
buildSettings = {
386447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
387448
CODE_SIGN_STYLE = Automatic;
@@ -400,6 +461,7 @@
400461
};
401462
0C1A135223E858E30015A0BD /* Release */ = {
402463
isa = XCBuildConfiguration;
464+
baseConfigurationReference = 02F8756D5735B0E6C3D05DCB /* Pods-Example.release.xcconfig */;
403465
buildSettings = {
404466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
405467
CODE_SIGN_STYLE = Automatic;

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'Example' do
66
use_frameworks!
77

88
pod 'razorpay-pod', :path => '.'
9-
9+
pod 'razorpay-core-pod', :git => 'https://github.com/razorpay/razorpay-customui-pod.git', :branch => 'release/core-1.0.6'
1010

1111
# Pods for Example
1212

Podfile.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PODS:
2+
- razorpay-core-pod (1.0.6)
3+
- razorpay-pod (1.5.3):
4+
- razorpay-core-pod (= 1.0.6)
5+
6+
DEPENDENCIES:
7+
- razorpay-core-pod (from `https://github.com/razorpay/razorpay-customui-pod.git`, branch `release/core-1.0.6`)
8+
- razorpay-pod (from `.`)
9+
10+
EXTERNAL SOURCES:
11+
razorpay-core-pod:
12+
:branch: release/core-1.0.6
13+
:git: https://github.com/razorpay/razorpay-customui-pod.git
14+
razorpay-pod:
15+
:path: "."
16+
17+
CHECKOUT OPTIONS:
18+
razorpay-core-pod:
19+
:commit: 6bfb2d46c78301c4e816aa3644aa5a9661c6a570
20+
:git: https://github.com/razorpay/razorpay-customui-pod.git
21+
22+
SPEC CHECKSUMS:
23+
razorpay-core-pod: 6da5fb4ed280279d665507fdb50e213d793a5fe2
24+
razorpay-pod: 4385cf844aa29389313b741e20c72fe668970d49
25+
26+
PODFILE CHECKSUM: 0f23296d1f4e3cbb7d3b88d0c216a33d40bb07cd
27+
28+
COCOAPODS: 1.16.2

Pods/Local Podspecs/razorpay-core-pod.podspec.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)