Skip to content

Commit

Permalink
Merge pull request #18 from hanifbinhasan/master
Browse files Browse the repository at this point in the history
revert changes
  • Loading branch information
apis17 authored Feb 7, 2024
2 parents 54c2df6 + 4ba48b8 commit 8093a4a
Show file tree
Hide file tree
Showing 31 changed files with 996 additions and 316 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- rms-mobile-xdk-cocoapods (3.33.6-rc4)
- rms-mobile-xdk-cocoapods (3.29.0)

DEPENDENCIES:
- rms-mobile-xdk-cocoapods (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
rms-mobile-xdk-cocoapods: 606febdec90dcb43c029913e65f3fccd16cd08af
rms-mobile-xdk-cocoapods: b18fda4998e9401bc14d7efbe4f7a891ac9459f2

PODFILE CHECKSUM: 6f4caaf38cdf3b29c4c0219b787311e539fae4f0

COCOAPODS: 1.14.3
COCOAPODS: 1.8.4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

567 changes: 292 additions & 275 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion Example/rms-mobile-xdk-cocoapods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
CF0B4334C6ED36EB408BC26F /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -352,6 +353,24 @@
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";
showEnvVarsInLog = 0;
};
CF0B4334C6ED36EB408BC26F /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-rms-mobile-xdk-cocoapods_Example/Pods-rms-mobile-xdk-cocoapods_Example-resources.sh",
"${PODS_ROOT}/../../MOLPayXDK.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MOLPayXDK.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-rms-mobile-xdk-cocoapods_Example/Pods-rms-mobile-xdk-cocoapods_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -498,7 +517,6 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 66L78PU46C;
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "rms-mobile-xdk-cocoapods/rms-mobile-xdk-cocoapods-Prefix.pch";
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8093a4a

Please sign in to comment.