Skip to content

Commit a0614e8

Browse files
Update for cocoapods v1.1.1
1 parent 9bfc1d7 commit a0614e8

File tree

4 files changed

+107
-43
lines changed

4 files changed

+107
-43
lines changed

Example/PHFComposeBarViewExample.xcodeproj/project.pbxproj

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
A03A7AAB683D47D3AFC23C4E /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EB073D9A9EB54B939F2B9BB9 /* libPods.a */; };
10+
1DBC25A68A9E3C5F83BAD5FB /* libPods-PHFComposeBarViewExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4321B006EFBB5D494B0F7F3 /* libPods-PHFComposeBarViewExample.a */; };
1111
D51C5F8B172D322D0046E65C /* PHFComposeBarView_TextView.m in Sources */ = {isa = PBXBuildFile; fileRef = D51C5F7D172D322D0046E65C /* PHFComposeBarView_TextView.m */; };
1212
D51C5F8C172D322D0046E65C /* PHFComposeBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = D51C5F7F172D322D0046E65C /* PHFComposeBarView.m */; };
1313
D51C5F9F172D3F880046E65C /* Camera@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D51C5F9D172D3F880046E65C /* Camera@2x.png */; };
@@ -25,7 +25,8 @@
2525
/* End PBXBuildFile section */
2626

2727
/* Begin PBXFileReference section */
28-
05497BC133F44135B66E6136 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
28+
04D186753C1711C11E429D77 /* Pods-PHFComposeBarViewExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PHFComposeBarViewExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PHFComposeBarViewExample/Pods-PHFComposeBarViewExample.debug.xcconfig"; sourceTree = "<group>"; };
29+
9678FDF76205B59A79A7E68C /* Pods-PHFComposeBarViewExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PHFComposeBarViewExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-PHFComposeBarViewExample/Pods-PHFComposeBarViewExample.release.xcconfig"; sourceTree = "<group>"; };
2930
D51C5F7C172D322D0046E65C /* PHFComposeBarView_TextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PHFComposeBarView_TextView.h; sourceTree = "<group>"; };
3031
D51C5F7D172D322D0046E65C /* PHFComposeBarView_TextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PHFComposeBarView_TextView.m; sourceTree = "<group>"; };
3132
D51C5F7E172D322D0046E65C /* PHFComposeBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PHFComposeBarView.h; sourceTree = "<group>"; };
@@ -48,7 +49,7 @@
4849
D5365C3A172D1F7F0059FF04 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
4950
D5365C3C172D1F7F0059FF04 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
5051
D5365C3D172D1F7F0059FF04 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
51-
EB073D9A9EB54B939F2B9BB9 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
52+
E4321B006EFBB5D494B0F7F3 /* libPods-PHFComposeBarViewExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PHFComposeBarViewExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5253
/* End PBXFileReference section */
5354

5455
/* Begin PBXFrameworksBuildPhase section */
@@ -59,13 +60,22 @@
5960
D5365C25172D1F7F0059FF04 /* UIKit.framework in Frameworks */,
6061
D5365C27172D1F7F0059FF04 /* Foundation.framework in Frameworks */,
6162
D5365C29172D1F7F0059FF04 /* CoreGraphics.framework in Frameworks */,
62-
A03A7AAB683D47D3AFC23C4E /* libPods.a in Frameworks */,
63+
1DBC25A68A9E3C5F83BAD5FB /* libPods-PHFComposeBarViewExample.a in Frameworks */,
6364
);
6465
runOnlyForDeploymentPostprocessing = 0;
6566
};
6667
/* End PBXFrameworksBuildPhase section */
6768

6869
/* Begin PBXGroup section */
70+
2A1910B04C2AF2E60D160532 /* Pods */ = {
71+
isa = PBXGroup;
72+
children = (
73+
04D186753C1711C11E429D77 /* Pods-PHFComposeBarViewExample.debug.xcconfig */,
74+
9678FDF76205B59A79A7E68C /* Pods-PHFComposeBarViewExample.release.xcconfig */,
75+
);
76+
name = Pods;
77+
sourceTree = "<group>";
78+
};
6979
D51C5F7B172D322D0046E65C /* Classes */ = {
7080
isa = PBXGroup;
7181
children = (
@@ -104,7 +114,7 @@
104114
D5365C2A172D1F7F0059FF04 /* PHFComposeBarViewExample */,
105115
D5365C23172D1F7F0059FF04 /* Frameworks */,
106116
D5365C22172D1F7F0059FF04 /* Products */,
107-
05497BC133F44135B66E6136 /* Pods.xcconfig */,
117+
2A1910B04C2AF2E60D160532 /* Pods */,
108118
);
109119
sourceTree = "<group>";
110120
};
@@ -122,7 +132,7 @@
122132
D5365C24172D1F7F0059FF04 /* UIKit.framework */,
123133
D5365C26172D1F7F0059FF04 /* Foundation.framework */,
124134
D5365C28172D1F7F0059FF04 /* CoreGraphics.framework */,
125-
EB073D9A9EB54B939F2B9BB9 /* libPods.a */,
135+
E4321B006EFBB5D494B0F7F3 /* libPods-PHFComposeBarViewExample.a */,
126136
);
127137
name = Frameworks;
128138
sourceTree = "<group>";
@@ -161,11 +171,12 @@
161171
isa = PBXNativeTarget;
162172
buildConfigurationList = D5365C44172D1F7F0059FF04 /* Build configuration list for PBXNativeTarget "PHFComposeBarViewExample" */;
163173
buildPhases = (
164-
9DC4DCA1CA2543C390469FAB /* Check Pods Manifest.lock */,
174+
F2805588B82E796CC15654F3 /* [CP] Check Pods Manifest.lock */,
165175
D5365C1D172D1F7F0059FF04 /* Sources */,
166176
D5365C1E172D1F7F0059FF04 /* Frameworks */,
167177
D5365C1F172D1F7F0059FF04 /* Resources */,
168-
9A298D09291644049AC73A60 /* Copy Pods Resources */,
178+
3B145ECDAD83EB9DF19FF0CD /* [CP] Embed Pods Frameworks */,
179+
69D2F0CA708F250ABE6D81DF /* [CP] Copy Pods Resources */,
169180
);
170181
buildRules = (
171182
);
@@ -218,33 +229,50 @@
218229
/* End PBXResourcesBuildPhase section */
219230

220231
/* Begin PBXShellScriptBuildPhase section */
221-
9A298D09291644049AC73A60 /* Copy Pods Resources */ = {
232+
3B145ECDAD83EB9DF19FF0CD /* [CP] Embed Pods Frameworks */ = {
233+
isa = PBXShellScriptBuildPhase;
234+
buildActionMask = 2147483647;
235+
files = (
236+
);
237+
inputPaths = (
238+
);
239+
name = "[CP] Embed Pods Frameworks";
240+
outputPaths = (
241+
);
242+
runOnlyForDeploymentPostprocessing = 0;
243+
shellPath = /bin/sh;
244+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PHFComposeBarViewExample/Pods-PHFComposeBarViewExample-frameworks.sh\"\n";
245+
showEnvVarsInLog = 0;
246+
};
247+
69D2F0CA708F250ABE6D81DF /* [CP] Copy Pods Resources */ = {
222248
isa = PBXShellScriptBuildPhase;
223249
buildActionMask = 2147483647;
224250
files = (
225251
);
226252
inputPaths = (
227253
);
228-
name = "Copy Pods Resources";
254+
name = "[CP] Copy Pods Resources";
229255
outputPaths = (
230256
);
231257
runOnlyForDeploymentPostprocessing = 0;
232258
shellPath = /bin/sh;
233-
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
259+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PHFComposeBarViewExample/Pods-PHFComposeBarViewExample-resources.sh\"\n";
260+
showEnvVarsInLog = 0;
234261
};
235-
9DC4DCA1CA2543C390469FAB /* Check Pods Manifest.lock */ = {
262+
F2805588B82E796CC15654F3 /* [CP] Check Pods Manifest.lock */ = {
236263
isa = PBXShellScriptBuildPhase;
237264
buildActionMask = 2147483647;
238265
files = (
239266
);
240267
inputPaths = (
241268
);
242-
name = "Check Pods Manifest.lock";
269+
name = "[CP] Check Pods Manifest.lock";
243270
outputPaths = (
244271
);
245272
runOnlyForDeploymentPostprocessing = 0;
246273
shellPath = /bin/sh;
247-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.\nEOM\n exit 1\nfi\n";
274+
shellScript = "diff \"${PODS_ROOT}/../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";
275+
showEnvVarsInLog = 0;
248276
};
249277
/* End PBXShellScriptBuildPhase section */
250278

@@ -335,7 +363,7 @@
335363
};
336364
D5365C45172D1F7F0059FF04 /* Debug */ = {
337365
isa = XCBuildConfiguration;
338-
baseConfigurationReference = 05497BC133F44135B66E6136 /* Pods.xcconfig */;
366+
baseConfigurationReference = 04D186753C1711C11E429D77 /* Pods-PHFComposeBarViewExample.debug.xcconfig */;
339367
buildSettings = {
340368
GCC_PRECOMPILE_PREFIX_HEADER = YES;
341369
GCC_PREFIX_HEADER = "PHFComposeBarViewExample/PHFComposeBarViewExample-Prefix.pch";
@@ -348,7 +376,7 @@
348376
};
349377
D5365C46172D1F7F0059FF04 /* Release */ = {
350378
isa = XCBuildConfiguration;
351-
baseConfigurationReference = 05497BC133F44135B66E6136 /* Pods.xcconfig */;
379+
baseConfigurationReference = 9678FDF76205B59A79A7E68C /* Pods-PHFComposeBarViewExample.release.xcconfig */;
352380
buildSettings = {
353381
GCC_PRECOMPILE_PREFIX_HEADER = YES;
354382
GCC_PREFIX_HEADER = "PHFComposeBarViewExample/PHFComposeBarViewExample-Prefix.pch";

Example/Podfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
platform :ios
22

3-
podspec :path => '../PHFComposeBarView.podspec'
3+
target "PHFComposeBarViewExample" do
4+
podspec :path => '../PHFComposeBarView.podspec'
5+
end

Example/Podfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ DEPENDENCIES:
55
- PHFDelegateChain (~> 1.0)
66

77
SPEC CHECKSUMS:
8-
PHFDelegateChain: 2c80836ba0c1b2ca4b5e6d3fa241343465e0eb70
8+
PHFDelegateChain: 491f9cd8a3fb8761f390ff05f74a0e168d48d285
99

10-
COCOAPODS: 0.27.1
10+
PODFILE CHECKSUM: acf975f47a7307d57ea8565b739fe37f4bc412a6
11+
12+
COCOAPODS: 1.1.1

Gemfile.lock

Lines changed: 56 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.15)
5-
i18n (~> 0.6, >= 0.6.4)
6-
multi_json (~> 1.0)
7-
claide (0.3.2)
8-
cocoapods (0.27.1)
9-
activesupport (>= 3.2.15, < 4)
10-
claide (~> 0.3.2)
11-
cocoapods-core (= 0.27.1)
12-
cocoapods-downloader (~> 0.2.0)
4+
CFPropertyList (2.3.4)
5+
activesupport (4.2.7.1)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
claide (1.0.1)
12+
cocoapods (1.1.1)
13+
activesupport (>= 4.0.2, < 5)
14+
claide (>= 1.0.1, < 2.0)
15+
cocoapods-core (= 1.1.1)
16+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
17+
cocoapods-downloader (>= 1.1.2, < 2.0)
18+
cocoapods-plugins (>= 1.0.0, < 2.0)
19+
cocoapods-search (>= 1.0.0, < 2.0)
20+
cocoapods-stats (>= 1.0.0, < 2.0)
21+
cocoapods-trunk (>= 1.1.1, < 2.0)
22+
cocoapods-try (>= 1.1.0, < 2.0)
1323
colored (~> 1.2)
1424
escape (~> 0.0.4)
15-
json_pure (~> 1.8)
16-
open4 (~> 1.3)
17-
xcodeproj (~> 0.14.0)
18-
cocoapods-core (0.27.1)
19-
activesupport (>= 3.2.15, < 4)
20-
json_pure (~> 1.8)
21-
nap (~> 0.5)
22-
cocoapods-downloader (0.2.0)
25+
fourflusher (~> 2.0.1)
26+
gh_inspector (~> 1.0)
27+
molinillo (~> 0.5.1)
28+
nap (~> 1.0)
29+
xcodeproj (>= 1.3.3, < 2.0)
30+
cocoapods-core (1.1.1)
31+
activesupport (>= 4.0.2, < 5)
32+
fuzzy_match (~> 2.0.4)
33+
nap (~> 1.0)
34+
cocoapods-deintegrate (1.0.1)
35+
cocoapods-downloader (1.1.3)
36+
cocoapods-plugins (1.0.0)
37+
nap
38+
cocoapods-search (1.0.0)
39+
cocoapods-stats (1.0.0)
40+
cocoapods-trunk (1.1.2)
41+
nap (>= 0.8, < 2.0)
42+
netrc (= 0.7.8)
43+
cocoapods-try (1.1.0)
2344
colored (1.2)
2445
escape (0.0.4)
25-
i18n (0.6.5)
26-
json_pure (1.8.1)
27-
multi_json (1.8.2)
28-
nap (0.5.1)
29-
open4 (1.3.0)
30-
xcodeproj (0.14.0)
31-
activesupport (~> 3.0)
46+
fourflusher (2.0.1)
47+
fuzzy_match (2.0.4)
48+
gh_inspector (1.0.3)
49+
i18n (0.7.0)
50+
json (1.8.6)
51+
minitest (5.10.1)
52+
molinillo (0.5.5)
53+
nanaimo (0.2.3)
54+
nap (1.1.0)
55+
netrc (0.7.8)
56+
thread_safe (0.3.5)
57+
tzinfo (1.2.2)
58+
thread_safe (~> 0.1)
59+
xcodeproj (1.4.2)
60+
CFPropertyList (~> 2.3.3)
61+
activesupport (>= 3)
62+
claide (>= 1.0.1, < 2.0)
3263
colored (~> 1.2)
64+
nanaimo (~> 0.2.3)
3365

3466
PLATFORMS
3567
ruby

0 commit comments

Comments
 (0)