Skip to content

Commit 1d75206

Browse files
committed
Update examples for beta 14 release
1 parent 5065e77 commit 1d75206

File tree

17 files changed

+250
-187
lines changed

17 files changed

+250
-187
lines changed

Examples/Example-Mac/PINRemoteImage.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@
187187
9DC09DAF1C39AB0D00C6451E /* Sources */,
188188
9DC09DB01C39AB0D00C6451E /* Frameworks */,
189189
9DC09DB11C39AB0D00C6451E /* Resources */,
190-
16F443D310E08F018ED7D05A /* [CP] Copy Pods Resources */,
191-
86B463CD99BA36A3184D5560 /* [CP] Embed Pods Frameworks */,
192190
);
193191
buildRules = (
194192
);
@@ -251,36 +249,6 @@
251249
/* End PBXResourcesBuildPhase section */
252250

253251
/* Begin PBXShellScriptBuildPhase section */
254-
16F443D310E08F018ED7D05A /* [CP] Copy Pods Resources */ = {
255-
isa = PBXShellScriptBuildPhase;
256-
buildActionMask = 2147483647;
257-
files = (
258-
);
259-
inputPaths = (
260-
);
261-
name = "[CP] Copy Pods Resources";
262-
outputPaths = (
263-
);
264-
runOnlyForDeploymentPostprocessing = 0;
265-
shellPath = /bin/sh;
266-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-resources.sh\"\n";
267-
showEnvVarsInLog = 0;
268-
};
269-
86B463CD99BA36A3184D5560 /* [CP] Embed Pods Frameworks */ = {
270-
isa = PBXShellScriptBuildPhase;
271-
buildActionMask = 2147483647;
272-
files = (
273-
);
274-
inputPaths = (
275-
);
276-
name = "[CP] Embed Pods Frameworks";
277-
outputPaths = (
278-
);
279-
runOnlyForDeploymentPostprocessing = 0;
280-
shellPath = /bin/sh;
281-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-frameworks.sh\"\n";
282-
showEnvVarsInLog = 0;
283-
};
284252
8CFB37DD63603884BA1E041F /* [CP] Check Pods Manifest.lock */ = {
285253
isa = PBXShellScriptBuildPhase;
286254
buildActionMask = 2147483647;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Examples/Example-Mac/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
platform :macos, 10.9
2+
13
target 'PINRemoteImage' do
24
pod "PINRemoteImage/OSX", :path => "../../"
35
pod "PINRemoteImage/WebP", :path => "../../"

Examples/Example-Mac/Podfile.lock

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
PODS:
2-
- libwebp (0.5.1):
3-
- libwebp/core (= 0.5.1)
4-
- libwebp/dec (= 0.5.1)
5-
- libwebp/demux (= 0.5.1)
6-
- libwebp/dsp (= 0.5.1)
7-
- libwebp/enc (= 0.5.1)
8-
- libwebp/mux (= 0.5.1)
9-
- libwebp/utils (= 0.5.1)
10-
- libwebp/webp (= 0.5.1)
11-
- libwebp/core (0.5.1):
2+
- libwebp (1.0.2):
3+
- libwebp/core (= 1.0.2)
4+
- libwebp/dec (= 1.0.2)
5+
- libwebp/demux (= 1.0.2)
6+
- libwebp/dsp (= 1.0.2)
7+
- libwebp/enc (= 1.0.2)
8+
- libwebp/mux (= 1.0.2)
9+
- libwebp/utils (= 1.0.2)
10+
- libwebp/webp (= 1.0.2)
11+
- libwebp/core (1.0.2):
1212
- libwebp/webp
13-
- libwebp/dec (0.5.1):
13+
- libwebp/dec (1.0.2):
1414
- libwebp/core
15-
- libwebp/demux (0.5.1):
15+
- libwebp/demux (1.0.2):
1616
- libwebp/core
17-
- libwebp/dsp (0.5.1):
17+
- libwebp/dsp (1.0.2):
1818
- libwebp/core
19-
- libwebp/enc (0.5.1):
19+
- libwebp/enc (1.0.2):
2020
- libwebp/core
21-
- libwebp/mux (0.5.1):
21+
- libwebp/mux (1.0.2):
2222
- libwebp/core
23-
- libwebp/utils (0.5.1):
23+
- libwebp/utils (1.0.2):
2424
- libwebp/core
25-
- libwebp/webp (0.5.1)
26-
- PINCache (3.0.1-beta.3):
27-
- PINCache/Arc-exception-safe (= 3.0.1-beta.3)
28-
- PINCache/Core (= 3.0.1-beta.3)
29-
- PINCache/Arc-exception-safe (3.0.1-beta.3):
25+
- libwebp/webp (1.0.2)
26+
- PINCache (3.0.1-beta.7):
27+
- PINCache/Arc-exception-safe (= 3.0.1-beta.7)
28+
- PINCache/Core (= 3.0.1-beta.7)
29+
- PINCache/Arc-exception-safe (3.0.1-beta.7):
3030
- PINCache/Core
31-
- PINCache/Core (3.0.1-beta.3):
32-
- PINOperation (= 1.0.3)
33-
- PINOperation (1.0.3)
34-
- PINRemoteImage/Core (3.0.0-beta.8)
35-
- PINRemoteImage/OSX (3.0.0-beta.8):
31+
- PINCache/Core (3.0.1-beta.7):
32+
- PINOperation (~> 1.1.1)
33+
- PINOperation (1.1.1)
34+
- PINRemoteImage/Core (3.0.0-beta.14):
35+
- PINOperation
36+
- PINRemoteImage/OSX (3.0.0-beta.14):
3637
- PINRemoteImage/Core
37-
- PINRemoteImage/PINCache (3.0.0-beta.8):
38-
- PINCache (= 3.0.1-beta.3)
38+
- PINRemoteImage/PINCache (3.0.0-beta.14):
39+
- PINCache (= 3.0.1-beta.7)
3940
- PINRemoteImage/Core
40-
- PINRemoteImage/WebP (3.0.0-beta.8):
41+
- PINRemoteImage/WebP (3.0.0-beta.14):
4142
- libwebp
4243
- PINRemoteImage/Core
4344

@@ -48,16 +49,22 @@ DEPENDENCIES:
4849
- PINRemoteImage/PINCache (from `../../`)
4950
- PINRemoteImage/WebP (from `../../`)
5051

52+
SPEC REPOS:
53+
https://github.com/cocoapods/specs.git:
54+
- libwebp
55+
- PINCache
56+
- PINOperation
57+
5158
EXTERNAL SOURCES:
5259
PINRemoteImage:
53-
:path: ../../
60+
:path: "../../"
5461

5562
SPEC CHECKSUMS:
56-
libwebp: b9126f8982a95370cf4eaad9bb3fefd57f052c15
57-
PINCache: e77c2d484fc4d1eb8c4f9a48647a0202b6f415b2
58-
PINOperation: ac23db44796d4a564ecf9b5ea7163510f579b71d
59-
PINRemoteImage: 4fb1281a68aea2987be74f7dec03cc0c9d67987e
63+
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
64+
PINCache: 7cb9ae068c8f655717f7c644ef1dff9fd573e979
65+
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
66+
PINRemoteImage: 81bbff853acc71c6de9e106e9e489a791b8bbb08
6067

61-
PODFILE CHECKSUM: 0593b5c3090986ef94e1cbeda6c04a0f8f224cb9
68+
PODFILE CHECKSUM: 070f6486f665ba643b867aa04eb43e73e13b40cc
6269

63-
COCOAPODS: 1.1.1
70+
COCOAPODS: 1.6.0

Examples/Example-tvOS/PINRemoteImage.tvOSExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
78699F411C668C8E0044C9E9 /* Frameworks */,
116116
78699F421C668C8E0044C9E9 /* Resources */,
117117
8B150830C60182EB93A19C74 /* [CP] Embed Pods Frameworks */,
118-
CC3C0E4279D9CD7BF5C64E5D /* [CP] Copy Pods Resources */,
119118
);
120119
buildRules = (
121120
);
@@ -178,7 +177,7 @@
178177
files = (
179178
);
180179
inputPaths = (
181-
"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh",
180+
"${PODS_ROOT}/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh",
182181
"${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework",
183182
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
184183
"${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
@@ -191,22 +190,7 @@
191190
);
192191
runOnlyForDeploymentPostprocessing = 0;
193192
shellPath = /bin/sh;
194-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh\"\n";
195-
showEnvVarsInLog = 0;
196-
};
197-
CC3C0E4279D9CD7BF5C64E5D /* [CP] Copy Pods Resources */ = {
198-
isa = PBXShellScriptBuildPhase;
199-
buildActionMask = 2147483647;
200-
files = (
201-
);
202-
inputPaths = (
203-
);
204-
name = "[CP] Copy Pods Resources";
205-
outputPaths = (
206-
);
207-
runOnlyForDeploymentPostprocessing = 0;
208-
shellPath = /bin/sh;
209-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-resources.sh\"\n";
193+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh\"\n";
210194
showEnvVarsInLog = 0;
211195
};
212196
FA9E035135C48FB08841B4A3 /* [CP] Check Pods Manifest.lock */ = {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Examples/Example-tvOS/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
use_frameworks!
22

3+
platform :tvos, 9.0
4+
35
target 'PINRemoteImage.tvOSExample' do
46
pod "PINRemoteImage/iOS", :path => "../../"
57
pod "PINRemoteImage/WebP", :path => "../../"

Examples/Example-tvOS/Podfile.lock

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,55 @@
11
PODS:
2-
- PINRemoteImage/Core (3.0.0-beta.8)
3-
- PINRemoteImage/iOS (3.0.0-beta.8):
2+
- libwebp (1.0.2):
3+
- libwebp/core (= 1.0.2)
4+
- libwebp/dec (= 1.0.2)
5+
- libwebp/demux (= 1.0.2)
6+
- libwebp/dsp (= 1.0.2)
7+
- libwebp/enc (= 1.0.2)
8+
- libwebp/mux (= 1.0.2)
9+
- libwebp/utils (= 1.0.2)
10+
- libwebp/webp (= 1.0.2)
11+
- libwebp/core (1.0.2):
12+
- libwebp/webp
13+
- libwebp/dec (1.0.2):
14+
- libwebp/core
15+
- libwebp/demux (1.0.2):
16+
- libwebp/core
17+
- libwebp/dsp (1.0.2):
18+
- libwebp/core
19+
- libwebp/enc (1.0.2):
20+
- libwebp/core
21+
- libwebp/mux (1.0.2):
22+
- libwebp/core
23+
- libwebp/utils (1.0.2):
24+
- libwebp/core
25+
- libwebp/webp (1.0.2)
26+
- PINOperation (1.1.1)
27+
- PINRemoteImage/Core (3.0.0-beta.14):
28+
- PINOperation
29+
- PINRemoteImage/iOS (3.0.0-beta.14):
30+
- PINRemoteImage/Core
31+
- PINRemoteImage/WebP (3.0.0-beta.14):
32+
- libwebp
433
- PINRemoteImage/Core
534

635
DEPENDENCIES:
736
- PINRemoteImage/iOS (from `../../`)
37+
- PINRemoteImage/WebP (from `../../`)
38+
39+
SPEC REPOS:
40+
https://github.com/cocoapods/specs.git:
41+
- libwebp
42+
- PINOperation
843

944
EXTERNAL SOURCES:
1045
PINRemoteImage:
11-
:path: ../../
46+
:path: "../../"
1247

1348
SPEC CHECKSUMS:
14-
PINRemoteImage: e2ed7a05206c1c290e2bcce587b301c33820d410
49+
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
50+
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
51+
PINRemoteImage: 81bbff853acc71c6de9e106e9e489a791b8bbb08
1552

16-
PODFILE CHECKSUM: 3ca0dcd328792561995daf845d89cfe8082d44c1
53+
PODFILE CHECKSUM: 97bb4190123d0210ff154e871c71a0d03aa7dbba
1754

18-
COCOAPODS: 1.1.1
55+
COCOAPODS: 1.6.0

Examples/Example/PINRemoteImage.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@
203203
6003F586195388D20070C39A /* Sources */,
204204
6003F587195388D20070C39A /* Frameworks */,
205205
6003F588195388D20070C39A /* Resources */,
206-
C29CD064817F94933C01A33C /* [CP] Embed Pods Frameworks */,
207-
5ADDA7CAEE4CC5113BCD55A4 /* [CP] Copy Pods Resources */,
208206
);
209207
buildRules = (
210208
);
@@ -258,36 +256,6 @@
258256
/* End PBXResourcesBuildPhase section */
259257

260258
/* Begin PBXShellScriptBuildPhase section */
261-
5ADDA7CAEE4CC5113BCD55A4 /* [CP] Copy Pods Resources */ = {
262-
isa = PBXShellScriptBuildPhase;
263-
buildActionMask = 2147483647;
264-
files = (
265-
);
266-
inputPaths = (
267-
);
268-
name = "[CP] Copy Pods Resources";
269-
outputPaths = (
270-
);
271-
runOnlyForDeploymentPostprocessing = 0;
272-
shellPath = /bin/sh;
273-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-resources.sh\"\n";
274-
showEnvVarsInLog = 0;
275-
};
276-
C29CD064817F94933C01A33C /* [CP] Embed Pods Frameworks */ = {
277-
isa = PBXShellScriptBuildPhase;
278-
buildActionMask = 2147483647;
279-
files = (
280-
);
281-
inputPaths = (
282-
);
283-
name = "[CP] Embed Pods Frameworks";
284-
outputPaths = (
285-
);
286-
runOnlyForDeploymentPostprocessing = 0;
287-
shellPath = /bin/sh;
288-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-frameworks.sh\"\n";
289-
showEnvVarsInLog = 0;
290-
};
291259
D2E4FE25FDCE1E36A864F521 /* [CP] Check Pods Manifest.lock */ = {
292260
isa = PBXShellScriptBuildPhase;
293261
buildActionMask = 2147483647;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Examples/Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
xcodeproj 'PINRemoteImage.xcodeproj'
2+
platform :ios, 8.0
23

34
def shared_pods
45
pod "PINRemoteImage", :path => "../../"

0 commit comments

Comments
 (0)