Skip to content

Commit 0987497

Browse files
author
Christoffer Winterkvist
committed
2 parents d0d2c50 + 429352c commit 0987497

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

Demo/ImagePickerDemo/ImagePickerDemo.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@
124124
isa = PBXNativeTarget;
125125
buildConfigurationList = 29D699F81B70ABFC0021FA73 /* Build configuration list for PBXNativeTarget "ImagePickerDemo" */;
126126
buildPhases = (
127-
CFC24DB54992EE46F3A63C6F /* Check Pods Manifest.lock */,
127+
CFC24DB54992EE46F3A63C6F /* 📦 Check Pods Manifest.lock */,
128128
29D699D51B70ABFC0021FA73 /* Sources */,
129129
29D699D61B70ABFC0021FA73 /* Frameworks */,
130130
29D699D71B70ABFC0021FA73 /* Resources */,
131-
A0BD0958A43D0416D3FF9365 /* Embed Pods Frameworks */,
132-
6821C4AC157C46704C0307CA /* Copy Pods Resources */,
131+
A0BD0958A43D0416D3FF9365 /* 📦 Embed Pods Frameworks */,
132+
6821C4AC157C46704C0307CA /* 📦 Copy Pods Resources */,
133133
);
134134
buildRules = (
135135
);
@@ -188,44 +188,44 @@
188188
/* End PBXResourcesBuildPhase section */
189189

190190
/* Begin PBXShellScriptBuildPhase section */
191-
6821C4AC157C46704C0307CA /* Copy Pods Resources */ = {
191+
6821C4AC157C46704C0307CA /* 📦 Copy Pods Resources */ = {
192192
isa = PBXShellScriptBuildPhase;
193193
buildActionMask = 2147483647;
194194
files = (
195195
);
196196
inputPaths = (
197197
);
198-
name = "Copy Pods Resources";
198+
name = "📦 Copy Pods Resources";
199199
outputPaths = (
200200
);
201201
runOnlyForDeploymentPostprocessing = 0;
202202
shellPath = /bin/sh;
203203
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ImagePickerDemo/Pods-ImagePickerDemo-resources.sh\"\n";
204204
showEnvVarsInLog = 0;
205205
};
206-
A0BD0958A43D0416D3FF9365 /* Embed Pods Frameworks */ = {
206+
A0BD0958A43D0416D3FF9365 /* 📦 Embed Pods Frameworks */ = {
207207
isa = PBXShellScriptBuildPhase;
208208
buildActionMask = 2147483647;
209209
files = (
210210
);
211211
inputPaths = (
212212
);
213-
name = "Embed Pods Frameworks";
213+
name = "📦 Embed Pods Frameworks";
214214
outputPaths = (
215215
);
216216
runOnlyForDeploymentPostprocessing = 0;
217217
shellPath = /bin/sh;
218218
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ImagePickerDemo/Pods-ImagePickerDemo-frameworks.sh\"\n";
219219
showEnvVarsInLog = 0;
220220
};
221-
CFC24DB54992EE46F3A63C6F /* Check Pods Manifest.lock */ = {
221+
CFC24DB54992EE46F3A63C6F /* 📦 Check Pods Manifest.lock */ = {
222222
isa = PBXShellScriptBuildPhase;
223223
buildActionMask = 2147483647;
224224
files = (
225225
);
226226
inputPaths = (
227227
);
228-
name = "Check Pods Manifest.lock";
228+
name = "📦 Check Pods Manifest.lock";
229229
outputPaths = (
230230
);
231231
runOnlyForDeploymentPostprocessing = 0;

Demo/ImagePickerDemo/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ inhibit_all_warnings!
55

66
target "ImagePickerDemo" do
77
pod 'ImagePicker', path: '../../'
8-
pod 'MainThreadGuard', :git => 'https://github.com/onmyway133/MainThreadGuard'
98
end

Demo/ImagePickerDemo/Podfile.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
PODS:
22
- ImagePicker (1.3)
3-
- MainThreadGuard (0.1.0)
43

54
DEPENDENCIES:
65
- ImagePicker (from `../../`)
7-
- MainThreadGuard (from `https://github.com/onmyway133/MainThreadGuard`)
86

97
EXTERNAL SOURCES:
108
ImagePicker:
119
:path: "../../"
12-
MainThreadGuard:
13-
:git: https://github.com/onmyway133/MainThreadGuard
14-
15-
CHECKOUT OPTIONS:
16-
MainThreadGuard:
17-
:commit: 6a22bcfb2d7fd7dbf097c37cb7756be9d07dadd1
18-
:git: https://github.com/onmyway133/MainThreadGuard
1910

2011
SPEC CHECKSUMS:
2112
ImagePicker: 667e68fdef7b08dcbb5879e410b37f331f82fc3e
22-
MainThreadGuard: 401a64b400d749b41a9c1fe93086af05c3f33333
2313

24-
COCOAPODS: 0.39.0
14+
PODFILE CHECKSUM: ebbcd890a98cb01cb66183bea63d5e8e97f82923
15+
16+
COCOAPODS: 1.0.0

0 commit comments

Comments
 (0)