Skip to content

Commit

Permalink
Merge pull request #15 from hanifbinhasan/master
Browse files Browse the repository at this point in the history
Remove Bundle
  • Loading branch information
apis17 authored Jan 31, 2024
2 parents bce6af2 + c982792 commit 5402093
Show file tree
Hide file tree
Showing 31 changed files with 316 additions and 996 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.29.0)
- rms-mobile-xdk-cocoapods (3.33.6)

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

SPEC CHECKSUMS:
rms-mobile-xdk-cocoapods: b18fda4998e9401bc14d7efbe4f7a891ac9459f2
rms-mobile-xdk-cocoapods: c7443a91e713a82de6f0e9c8c37249b49ad05fd6

PODFILE CHECKSUM: 6f4caaf38cdf3b29c4c0219b787311e539fae4f0

COCOAPODS: 1.8.4
COCOAPODS: 1.14.3

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: 275 additions & 292 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: 1 addition & 19 deletions Example/rms-mobile-xdk-cocoapods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
CF0B4334C6ED36EB408BC26F /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -353,24 +352,6 @@
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 @@ -517,6 +498,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 66L78PU46C;
EXCLUDED_ARCHS = arm64;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "rms-mobile-xdk-cocoapods/rms-mobile-xdk-cocoapods-Prefix.pch";
INFOPLIST_FILE = "rms-mobile-xdk-cocoapods/rms-mobile-xdk-cocoapods-Info.plist";
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5402093

Please sign in to comment.