Skip to content

Commit

Permalink
Update examples for beta 14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Feb 20, 2019
1 parent 5065e77 commit 1d75206
Show file tree
Hide file tree
Showing 17 changed files with 250 additions and 187 deletions.
32 changes: 0 additions & 32 deletions Examples/Example-Mac/PINRemoteImage.xcodeproj/project.pbxproj
Expand Up @@ -187,8 +187,6 @@
9DC09DAF1C39AB0D00C6451E /* Sources */,
9DC09DB01C39AB0D00C6451E /* Frameworks */,
9DC09DB11C39AB0D00C6451E /* Resources */,
16F443D310E08F018ED7D05A /* [CP] Copy Pods Resources */,
86B463CD99BA36A3184D5560 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -251,36 +249,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
16F443D310E08F018ED7D05A /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-resources.sh\"\n";
showEnvVarsInLog = 0;
};
86B463CD99BA36A3184D5560 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8CFB37DD63603884BA1E041F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Examples/Example-Mac/Podfile
@@ -1,3 +1,5 @@
platform :macos, 10.9

target 'PINRemoteImage' do
pod "PINRemoteImage/OSX", :path => "../../"
pod "PINRemoteImage/WebP", :path => "../../"
Expand Down
79 changes: 43 additions & 36 deletions Examples/Example-Mac/Podfile.lock
@@ -1,43 +1,44 @@
PODS:
- libwebp (0.5.1):
- libwebp/core (= 0.5.1)
- libwebp/dec (= 0.5.1)
- libwebp/demux (= 0.5.1)
- libwebp/dsp (= 0.5.1)
- libwebp/enc (= 0.5.1)
- libwebp/mux (= 0.5.1)
- libwebp/utils (= 0.5.1)
- libwebp/webp (= 0.5.1)
- libwebp/core (0.5.1):
- libwebp (1.0.2):
- libwebp/core (= 1.0.2)
- libwebp/dec (= 1.0.2)
- libwebp/demux (= 1.0.2)
- libwebp/dsp (= 1.0.2)
- libwebp/enc (= 1.0.2)
- libwebp/mux (= 1.0.2)
- libwebp/utils (= 1.0.2)
- libwebp/webp (= 1.0.2)
- libwebp/core (1.0.2):
- libwebp/webp
- libwebp/dec (0.5.1):
- libwebp/dec (1.0.2):
- libwebp/core
- libwebp/demux (0.5.1):
- libwebp/demux (1.0.2):
- libwebp/core
- libwebp/dsp (0.5.1):
- libwebp/dsp (1.0.2):
- libwebp/core
- libwebp/enc (0.5.1):
- libwebp/enc (1.0.2):
- libwebp/core
- libwebp/mux (0.5.1):
- libwebp/mux (1.0.2):
- libwebp/core
- libwebp/utils (0.5.1):
- libwebp/utils (1.0.2):
- libwebp/core
- libwebp/webp (0.5.1)
- PINCache (3.0.1-beta.3):
- PINCache/Arc-exception-safe (= 3.0.1-beta.3)
- PINCache/Core (= 3.0.1-beta.3)
- PINCache/Arc-exception-safe (3.0.1-beta.3):
- libwebp/webp (1.0.2)
- PINCache (3.0.1-beta.7):
- PINCache/Arc-exception-safe (= 3.0.1-beta.7)
- PINCache/Core (= 3.0.1-beta.7)
- PINCache/Arc-exception-safe (3.0.1-beta.7):
- PINCache/Core
- PINCache/Core (3.0.1-beta.3):
- PINOperation (= 1.0.3)
- PINOperation (1.0.3)
- PINRemoteImage/Core (3.0.0-beta.8)
- PINRemoteImage/OSX (3.0.0-beta.8):
- PINCache/Core (3.0.1-beta.7):
- PINOperation (~> 1.1.1)
- PINOperation (1.1.1)
- PINRemoteImage/Core (3.0.0-beta.14):
- PINOperation
- PINRemoteImage/OSX (3.0.0-beta.14):
- PINRemoteImage/Core
- PINRemoteImage/PINCache (3.0.0-beta.8):
- PINCache (= 3.0.1-beta.3)
- PINRemoteImage/PINCache (3.0.0-beta.14):
- PINCache (= 3.0.1-beta.7)
- PINRemoteImage/Core
- PINRemoteImage/WebP (3.0.0-beta.8):
- PINRemoteImage/WebP (3.0.0-beta.14):
- libwebp
- PINRemoteImage/Core

Expand All @@ -48,16 +49,22 @@ DEPENDENCIES:
- PINRemoteImage/PINCache (from `../../`)
- PINRemoteImage/WebP (from `../../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- libwebp
- PINCache
- PINOperation

EXTERNAL SOURCES:
PINRemoteImage:
:path: ../../
:path: "../../"

SPEC CHECKSUMS:
libwebp: b9126f8982a95370cf4eaad9bb3fefd57f052c15
PINCache: e77c2d484fc4d1eb8c4f9a48647a0202b6f415b2
PINOperation: ac23db44796d4a564ecf9b5ea7163510f579b71d
PINRemoteImage: 4fb1281a68aea2987be74f7dec03cc0c9d67987e
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
PINCache: 7cb9ae068c8f655717f7c644ef1dff9fd573e979
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
PINRemoteImage: 81bbff853acc71c6de9e106e9e489a791b8bbb08

PODFILE CHECKSUM: 0593b5c3090986ef94e1cbeda6c04a0f8f224cb9
PODFILE CHECKSUM: 070f6486f665ba643b867aa04eb43e73e13b40cc

COCOAPODS: 1.1.1
COCOAPODS: 1.6.0
Expand Up @@ -115,7 +115,6 @@
78699F411C668C8E0044C9E9 /* Frameworks */,
78699F421C668C8E0044C9E9 /* Resources */,
8B150830C60182EB93A19C74 /* [CP] Embed Pods Frameworks */,
CC3C0E4279D9CD7BF5C64E5D /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -178,7 +177,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework",
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
"${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
Expand All @@ -191,22 +190,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
CC3C0E4279D9CD7BF5C64E5D /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FA9E035135C48FB08841B4A3 /* [CP] Check Pods Manifest.lock */ = {
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Examples/Example-tvOS/Podfile
@@ -1,5 +1,7 @@
use_frameworks!

platform :tvos, 9.0

target 'PINRemoteImage.tvOSExample' do
pod "PINRemoteImage/iOS", :path => "../../"
pod "PINRemoteImage/WebP", :path => "../../"
Expand Down
49 changes: 43 additions & 6 deletions Examples/Example-tvOS/Podfile.lock
@@ -1,18 +1,55 @@
PODS:
- PINRemoteImage/Core (3.0.0-beta.8)
- PINRemoteImage/iOS (3.0.0-beta.8):
- libwebp (1.0.2):
- libwebp/core (= 1.0.2)
- libwebp/dec (= 1.0.2)
- libwebp/demux (= 1.0.2)
- libwebp/dsp (= 1.0.2)
- libwebp/enc (= 1.0.2)
- libwebp/mux (= 1.0.2)
- libwebp/utils (= 1.0.2)
- libwebp/webp (= 1.0.2)
- libwebp/core (1.0.2):
- libwebp/webp
- libwebp/dec (1.0.2):
- libwebp/core
- libwebp/demux (1.0.2):
- libwebp/core
- libwebp/dsp (1.0.2):
- libwebp/core
- libwebp/enc (1.0.2):
- libwebp/core
- libwebp/mux (1.0.2):
- libwebp/core
- libwebp/utils (1.0.2):
- libwebp/core
- libwebp/webp (1.0.2)
- PINOperation (1.1.1)
- PINRemoteImage/Core (3.0.0-beta.14):
- PINOperation
- PINRemoteImage/iOS (3.0.0-beta.14):
- PINRemoteImage/Core
- PINRemoteImage/WebP (3.0.0-beta.14):
- libwebp
- PINRemoteImage/Core

DEPENDENCIES:
- PINRemoteImage/iOS (from `../../`)
- PINRemoteImage/WebP (from `../../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- libwebp
- PINOperation

EXTERNAL SOURCES:
PINRemoteImage:
:path: ../../
:path: "../../"

SPEC CHECKSUMS:
PINRemoteImage: e2ed7a05206c1c290e2bcce587b301c33820d410
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
PINRemoteImage: 81bbff853acc71c6de9e106e9e489a791b8bbb08

PODFILE CHECKSUM: 3ca0dcd328792561995daf845d89cfe8082d44c1
PODFILE CHECKSUM: 97bb4190123d0210ff154e871c71a0d03aa7dbba

COCOAPODS: 1.1.1
COCOAPODS: 1.6.0
32 changes: 0 additions & 32 deletions Examples/Example/PINRemoteImage.xcodeproj/project.pbxproj
Expand Up @@ -203,8 +203,6 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
C29CD064817F94933C01A33C /* [CP] Embed Pods Frameworks */,
5ADDA7CAEE4CC5113BCD55A4 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -258,36 +256,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
5ADDA7CAEE4CC5113BCD55A4 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-resources.sh\"\n";
showEnvVarsInLog = 0;
};
C29CD064817F94933C01A33C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D2E4FE25FDCE1E36A864F521 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions Examples/Example/Podfile
@@ -1,4 +1,5 @@
xcodeproj 'PINRemoteImage.xcodeproj'
platform :ios, 8.0

def shared_pods
pod "PINRemoteImage", :path => "../../"
Expand Down

0 comments on commit 1d75206

Please sign in to comment.