Skip to content

Commit 38b9ef2

Browse files
committed
Merge pull request #32 from loudnate/dev
Updating example using Cocoapods 1.0.0
2 parents 25aed15 + 2991418 commit 38b9ef2

File tree

3 files changed

+29
-33
lines changed

3 files changed

+29
-33
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
use_frameworks!
33

4-
target 'xDripG5_Example', :exclusive => true do
4+
target 'xDripG5_Example' do
55
pod "xDripG5", :path => "../"
66
end

Example/Podfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- RNCryptor (4.0.0)
3-
- xDripG5 (0.1.1):
3+
- xDripG5 (0.4.0):
44
- RNCryptor (~> 4.0)
55

66
DEPENDENCIES:
@@ -12,6 +12,8 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe
15-
xDripG5: 119279afd3c77bbe297f42bb6b9f64e55668a268
15+
xDripG5: ebd5b967768e7823b80c504b87256fd5dd55d469
1616

17-
COCOAPODS: 0.39.0
17+
PODFILE CHECKSUM: 6b30cba971694d5258509315fb52eb645c9bc5e3
18+
19+
COCOAPODS: 1.0.0

Example/xDripG5.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
00298666BB5CABA3F4CF110B /* Pods_xDripG5_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11B5350EE0D9F43E82677418 /* Pods_xDripG5_Example.framework */; };
10+
06C991A3D94948120AD2A278 /* Pods_xDripG5_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42011659993839B43D24C553 /* Pods_xDripG5_Example.framework */; };
1111
439FCA211C332AA4007DE84C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 439FCA1F1C332AA4007DE84C /* LaunchScreen.storyboard */; };
1212
439FCA231C332AE5007DE84C /* NSUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 439FCA221C332AE5007DE84C /* NSUserDefaults.swift */; };
1313
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
@@ -17,22 +17,19 @@
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXFileReference section */
20-
11B5350EE0D9F43E82677418 /* Pods_xDripG5_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_xDripG5_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
21-
3855E7EFE1C90F1090FF20F1 /* Pods-xDripG5_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Example/Pods-xDripG5_Example.release.xcconfig"; sourceTree = "<group>"; };
22-
3EA0D036130743E8A1223BED /* Pods_xDripG5_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_xDripG5_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
20+
42011659993839B43D24C553 /* Pods_xDripG5_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_xDripG5_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2321
439FCA201C332AA4007DE84C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2422
439FCA221C332AE5007DE84C /* NSUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSUserDefaults.swift; sourceTree = "<group>"; };
25-
4ECB11EA87493CED7DEA2749 /* Pods-xDripG5_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Tests/Pods-xDripG5_Tests.release.xcconfig"; sourceTree = "<group>"; };
2623
598554A3C216FA3B8F8CD6BE /* xDripG5.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = xDripG5.podspec; path = ../xDripG5.podspec; sourceTree = "<group>"; };
2724
607FACD01AFB9204008FA782 /* xDripG5_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = xDripG5_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2825
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2926
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3027
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3128
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3229
607FACDC1AFB9204008FA782 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
30+
CFBD776BFE02F42998A8820B /* Pods-xDripG5_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Example/Pods-xDripG5_Example.release.xcconfig"; sourceTree = "<group>"; };
3331
D5D93ACFC3BB0465B3F5E4EC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
34-
F3B8C3FF0E83D9E223170918 /* Pods-xDripG5_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Tests/Pods-xDripG5_Tests.debug.xcconfig"; sourceTree = "<group>"; };
35-
F572587A045E79CBF9C165F3 /* Pods-xDripG5_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Example/Pods-xDripG5_Example.debug.xcconfig"; sourceTree = "<group>"; };
32+
F3147B948B4F90A741304461 /* Pods-xDripG5_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xDripG5_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-xDripG5_Example/Pods-xDripG5_Example.debug.xcconfig"; sourceTree = "<group>"; };
3633
FE032190446F27C4005989E9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
3734
/* End PBXFileReference section */
3835

@@ -41,18 +38,17 @@
4138
isa = PBXFrameworksBuildPhase;
4239
buildActionMask = 2147483647;
4340
files = (
44-
00298666BB5CABA3F4CF110B /* Pods_xDripG5_Example.framework in Frameworks */,
41+
06C991A3D94948120AD2A278 /* Pods_xDripG5_Example.framework in Frameworks */,
4542
);
4643
runOnlyForDeploymentPostprocessing = 0;
4744
};
4845
/* End PBXFrameworksBuildPhase section */
4946

5047
/* Begin PBXGroup section */
51-
44E96EDE8E5C09C72EE96CBC /* Frameworks */ = {
48+
34954A068C4B6DF9520CE4A1 /* Frameworks */ = {
5249
isa = PBXGroup;
5350
children = (
54-
11B5350EE0D9F43E82677418 /* Pods_xDripG5_Example.framework */,
55-
3EA0D036130743E8A1223BED /* Pods_xDripG5_Tests.framework */,
51+
42011659993839B43D24C553 /* Pods_xDripG5_Example.framework */,
5652
);
5753
name = Frameworks;
5854
sourceTree = "<group>";
@@ -63,8 +59,8 @@
6359
607FACF51AFB993E008FA782 /* Podspec Metadata */,
6460
607FACD21AFB9204008FA782 /* Example for xDripG5 */,
6561
607FACD11AFB9204008FA782 /* Products */,
66-
AEA94E734B56A9F956B5CB64 /* Pods */,
67-
44E96EDE8E5C09C72EE96CBC /* Frameworks */,
62+
9B5F5984038242D4DB623E80 /* Pods */,
63+
34954A068C4B6DF9520CE4A1 /* Frameworks */,
6864
);
6965
sourceTree = "<group>";
7066
};
@@ -109,13 +105,11 @@
109105
name = "Podspec Metadata";
110106
sourceTree = "<group>";
111107
};
112-
AEA94E734B56A9F956B5CB64 /* Pods */ = {
108+
9B5F5984038242D4DB623E80 /* Pods */ = {
113109
isa = PBXGroup;
114110
children = (
115-
F572587A045E79CBF9C165F3 /* Pods-xDripG5_Example.debug.xcconfig */,
116-
3855E7EFE1C90F1090FF20F1 /* Pods-xDripG5_Example.release.xcconfig */,
117-
F3B8C3FF0E83D9E223170918 /* Pods-xDripG5_Tests.debug.xcconfig */,
118-
4ECB11EA87493CED7DEA2749 /* Pods-xDripG5_Tests.release.xcconfig */,
111+
F3147B948B4F90A741304461 /* Pods-xDripG5_Example.debug.xcconfig */,
112+
CFBD776BFE02F42998A8820B /* Pods-xDripG5_Example.release.xcconfig */,
119113
);
120114
name = Pods;
121115
sourceTree = "<group>";
@@ -127,12 +121,12 @@
127121
isa = PBXNativeTarget;
128122
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "xDripG5_Example" */;
129123
buildPhases = (
130-
52C41101D39376A3A7B10F16 /* Check Pods Manifest.lock */,
124+
1A9A76347F38888700DA6FA9 /* 📦 Check Pods Manifest.lock */,
131125
607FACCC1AFB9204008FA782 /* Sources */,
132126
607FACCD1AFB9204008FA782 /* Frameworks */,
133127
607FACCE1AFB9204008FA782 /* Resources */,
134-
D38E70FFC91C82FBABCFB864 /* Embed Pods Frameworks */,
135-
88ECBE7F63F2C6E32E13D72E /* Copy Pods Resources */,
128+
4B912A9AD16911278D3DAA5C /* 📦 Embed Pods Frameworks */,
129+
2FC4228A9369221D367ED688 /* 📦 Copy Pods Resources */,
136130
);
137131
buildRules = (
138132
);
@@ -195,44 +189,44 @@
195189
/* End PBXResourcesBuildPhase section */
196190

197191
/* Begin PBXShellScriptBuildPhase section */
198-
52C41101D39376A3A7B10F16 /* Check Pods Manifest.lock */ = {
192+
1A9A76347F38888700DA6FA9 /* 📦 Check Pods Manifest.lock */ = {
199193
isa = PBXShellScriptBuildPhase;
200194
buildActionMask = 2147483647;
201195
files = (
202196
);
203197
inputPaths = (
204198
);
205-
name = "Check Pods Manifest.lock";
199+
name = "📦 Check Pods Manifest.lock";
206200
outputPaths = (
207201
);
208202
runOnlyForDeploymentPostprocessing = 0;
209203
shellPath = /bin/sh;
210204
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
211205
showEnvVarsInLog = 0;
212206
};
213-
88ECBE7F63F2C6E32E13D72E /* Copy Pods Resources */ = {
207+
2FC4228A9369221D367ED688 /* 📦 Copy Pods Resources */ = {
214208
isa = PBXShellScriptBuildPhase;
215209
buildActionMask = 2147483647;
216210
files = (
217211
);
218212
inputPaths = (
219213
);
220-
name = "Copy Pods Resources";
214+
name = "📦 Copy Pods Resources";
221215
outputPaths = (
222216
);
223217
runOnlyForDeploymentPostprocessing = 0;
224218
shellPath = /bin/sh;
225219
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-xDripG5_Example/Pods-xDripG5_Example-resources.sh\"\n";
226220
showEnvVarsInLog = 0;
227221
};
228-
D38E70FFC91C82FBABCFB864 /* Embed Pods Frameworks */ = {
222+
4B912A9AD16911278D3DAA5C /* 📦 Embed Pods Frameworks */ = {
229223
isa = PBXShellScriptBuildPhase;
230224
buildActionMask = 2147483647;
231225
files = (
232226
);
233227
inputPaths = (
234228
);
235-
name = "Embed Pods Frameworks";
229+
name = "📦 Embed Pods Frameworks";
236230
outputPaths = (
237231
);
238232
runOnlyForDeploymentPostprocessing = 0;
@@ -359,7 +353,7 @@
359353
};
360354
607FACF01AFB9204008FA782 /* Debug */ = {
361355
isa = XCBuildConfiguration;
362-
baseConfigurationReference = F572587A045E79CBF9C165F3 /* Pods-xDripG5_Example.debug.xcconfig */;
356+
baseConfigurationReference = F3147B948B4F90A741304461 /* Pods-xDripG5_Example.debug.xcconfig */;
363357
buildSettings = {
364358
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
365359
INFOPLIST_FILE = xDripG5/Info.plist;
@@ -373,7 +367,7 @@
373367
};
374368
607FACF11AFB9204008FA782 /* Release */ = {
375369
isa = XCBuildConfiguration;
376-
baseConfigurationReference = 3855E7EFE1C90F1090FF20F1 /* Pods-xDripG5_Example.release.xcconfig */;
370+
baseConfigurationReference = CFBD776BFE02F42998A8820B /* Pods-xDripG5_Example.release.xcconfig */;
377371
buildSettings = {
378372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
379373
INFOPLIST_FILE = xDripG5/Info.plist;

0 commit comments

Comments
 (0)