Skip to content

Commit c00d8b6

Browse files
committed
Update demo
1 parent 0d60426 commit c00d8b6

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Example/DemoLightbox/DemoLightbox.xcodeproj/project.pbxproj

+9-1
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,16 @@
164164
files = (
165165
);
166166
inputPaths = (
167+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
168+
"${PODS_ROOT}/Manifest.lock",
167169
);
168170
name = "[CP] Check Pods Manifest.lock";
169171
outputPaths = (
172+
"$(DERIVED_FILE_DIR)/Pods-DemoLightbox-checkManifestLockResult.txt",
170173
);
171174
runOnlyForDeploymentPostprocessing = 0;
172175
shellPath = /bin/sh;
173-
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";
176+
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";
174177
showEnvVarsInLog = 0;
175178
};
176179
3BCDC27EE322C46C109D231B /* [CP] Copy Pods Resources */ = {
@@ -194,9 +197,14 @@
194197
files = (
195198
);
196199
inputPaths = (
200+
"${SRCROOT}/Pods/Target Support Files/Pods-DemoLightbox/Pods-DemoLightbox-frameworks.sh",
201+
"${BUILT_PRODUCTS_DIR}/Hue/Hue.framework",
202+
"${BUILT_PRODUCTS_DIR}/Lightbox/Lightbox.framework",
197203
);
198204
name = "[CP] Embed Pods Frameworks";
199205
outputPaths = (
206+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework",
207+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lightbox.framework",
200208
);
201209
runOnlyForDeploymentPostprocessing = 0;
202210
shellPath = /bin/sh;

Example/DemoLightbox/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
22
- Hue (2.0.1)
33
- Lightbox (1.0.0):
4-
- Hue
4+
- Hue (~> 2.0)
55

66
DEPENDENCIES:
77
- Lightbox (from `../../`)
88

99
EXTERNAL SOURCES:
1010
Lightbox:
11-
:path: "../../"
11+
:path: ../../
1212

1313
SPEC CHECKSUMS:
1414
Hue: 354caec055fdc9d38b5ef33ca2e7224721843baf
15-
Lightbox: a7edccb98c1a84a4b089a44dbaf2b39a409fbfcb
15+
Lightbox: d15b5e265e505009932fa447f27b5262b8b1b604
1616

1717
PODFILE CHECKSUM: cd88b68c201e5c39cef62070056649eaee91c71b
1818

19-
COCOAPODS: 1.2.1
19+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)