Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
extract browser selection stuff to its own CocoaPod
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Mar 29, 2013
1 parent 1537b9c commit e4c36ec
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 288 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pod 'ZBarSDK'
pod 'iRate' pod 'iRate'
pod 'QuincyKit' pod 'QuincyKit'
pod 'CDZPinger', :podspec => 'https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec' pod 'CDZPinger', :podspec => 'https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec'
pod 'CDZLinkOpenManager', :podspec => 'https://raw.github.com/cdzombak/CDZLinkOpenManager/master/CDZLinkOpenManager.podspec'
5 changes: 5 additions & 0 deletions Podfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
PODS: PODS:
- AFNetworking (1.0.1) - AFNetworking (1.0.1)
- CDZLinkOpenManager (1.0)
- CDZPinger (1.0) - CDZPinger (1.0)
- iRate (1.7.2) - iRate (1.7.2)
- KissXML (5.0) - KissXML (5.0)
Expand All @@ -10,6 +11,7 @@ PODS:


DEPENDENCIES: DEPENDENCIES:
- AFNetworking - AFNetworking
- CDZLinkOpenManager (from `https://raw.github.com/cdzombak/CDZLinkOpenManager/master/CDZLinkOpenManager.podspec`)
- CDZPinger (from `https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec`) - CDZPinger (from `https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec`)
- iRate - iRate
- KissXML - KissXML
Expand All @@ -19,11 +21,14 @@ DEPENDENCIES:
- ZBarSDK - ZBarSDK


EXTERNAL SOURCES: EXTERNAL SOURCES:
CDZLinkOpenManager:
:podspec: https://raw.github.com/cdzombak/CDZLinkOpenManager/master/CDZLinkOpenManager.podspec
CDZPinger: CDZPinger:
:podspec: https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec :podspec: https://raw.github.com/cdzombak/CDZPinger/master/CDZPinger.podspec


SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 0bce3ae41023e080e96b8a2e0d07c94709f72a81 AFNetworking: 0bce3ae41023e080e96b8a2e0d07c94709f72a81
CDZLinkOpenManager: 3085d07c7572b2fdc80217d8a3bc350a977f19b9
CDZPinger: 90f5eb629f26b780d08a3359ba4d504896359fbb CDZPinger: 90f5eb629f26b780d08a3359ba4d504896359fbb
iRate: eb1d02ff0a2bfee220f5fe028583b4ce5f3ef3bd iRate: eb1d02ff0a2bfee220f5fe028583b4ce5f3ef3bd
KissXML: 8dfe0fb6d4e987fec63656ff07d5e697f49976f8 KissXML: 8dfe0fb6d4e987fec63656ff07d5e697f49976f8
Expand Down
12 changes: 0 additions & 12 deletions buyvmmanager.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
93ADFEE1168F487F00F8256C /* BVMAddEditServerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93ADFEE0168F487F00F8256C /* BVMAddEditServerViewController.m */; }; 93ADFEE1168F487F00F8256C /* BVMAddEditServerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93ADFEE0168F487F00F8256C /* BVMAddEditServerViewController.m */; };
93BADD411683C19900B0CD6F /* UIColor+BVMColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BADD401683C19900B0CD6F /* UIColor+BVMColors.m */; }; 93BADD411683C19900B0CD6F /* UIColor+BVMColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BADD401683C19900B0CD6F /* UIColor+BVMColors.m */; };
93BADD481684DE9D00B0CD6F /* BVMAPIResponseParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BADD471684DE9D00B0CD6F /* BVMAPIResponseParser.m */; }; 93BADD481684DE9D00B0CD6F /* BVMAPIResponseParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BADD471684DE9D00B0CD6F /* BVMAPIResponseParser.m */; };
93E5D84416EE727B00C57111 /* CDZBrowserSelectorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E5D84316EE727A00C57111 /* CDZBrowserSelectorViewController.m */; };
93E5D84716EE73D400C57111 /* CDZLinkOpenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E5D84616EE73D200C57111 /* CDZLinkOpenManager.m */; };
93E5D84916EE83EA00C57111 /* 072-Settings@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93E5D84816EE83EA00C57111 /* 072-Settings@2x.png */; }; 93E5D84916EE83EA00C57111 /* 072-Settings@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93E5D84816EE83EA00C57111 /* 072-Settings@2x.png */; };
93E5D84B16EE83FE00C57111 /* 072-Settings.png in Resources */ = {isa = PBXBuildFile; fileRef = 93E5D84A16EE83FE00C57111 /* 072-Settings.png */; }; 93E5D84B16EE83FE00C57111 /* 072-Settings.png in Resources */ = {isa = PBXBuildFile; fileRef = 93E5D84A16EE83FE00C57111 /* 072-Settings.png */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
Expand Down Expand Up @@ -136,10 +134,6 @@
93BADD491684E47A00B0CD6F /* NSError+BVMErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSError+BVMErrors.h"; sourceTree = "<group>"; }; 93BADD491684E47A00B0CD6F /* NSError+BVMErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSError+BVMErrors.h"; sourceTree = "<group>"; };
93BADD4A1684E47A00B0CD6F /* NSError+BVMErrors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSError+BVMErrors.m"; sourceTree = "<group>"; }; 93BADD4A1684E47A00B0CD6F /* NSError+BVMErrors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSError+BVMErrors.m"; sourceTree = "<group>"; };
93BADD4C1684E60A00B0CD6F /* BVMErrorDomain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BVMErrorDomain.h; sourceTree = "<group>"; }; 93BADD4C1684E60A00B0CD6F /* BVMErrorDomain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BVMErrorDomain.h; sourceTree = "<group>"; };
93E5D84216EE727900C57111 /* CDZBrowserSelectorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDZBrowserSelectorViewController.h; sourceTree = "<group>"; };
93E5D84316EE727A00C57111 /* CDZBrowserSelectorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDZBrowserSelectorViewController.m; sourceTree = "<group>"; };
93E5D84516EE73D200C57111 /* CDZLinkOpenManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDZLinkOpenManager.h; sourceTree = "<group>"; };
93E5D84616EE73D200C57111 /* CDZLinkOpenManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDZLinkOpenManager.m; sourceTree = "<group>"; };
93E5D84816EE83EA00C57111 /* 072-Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "072-Settings@2x.png"; sourceTree = "<group>"; }; 93E5D84816EE83EA00C57111 /* 072-Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "072-Settings@2x.png"; sourceTree = "<group>"; };
93E5D84A16EE83FE00C57111 /* 072-Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "072-Settings.png"; sourceTree = "<group>"; }; 93E5D84A16EE83FE00C57111 /* 072-Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "072-Settings.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
Expand Down Expand Up @@ -206,8 +200,6 @@
937CCC441684F5B70075BD01 /* BVMErrorDomain.m */, 937CCC441684F5B70075BD01 /* BVMErrorDomain.m */,
93270A031682726F0013DEB5 /* BVMHumanValueTransformer.h */, 93270A031682726F0013DEB5 /* BVMHumanValueTransformer.h */,
93270A041682726F0013DEB5 /* BVMHumanValueTransformer.m */, 93270A041682726F0013DEB5 /* BVMHumanValueTransformer.m */,
93E5D84516EE73D200C57111 /* CDZLinkOpenManager.h */,
93E5D84616EE73D200C57111 /* CDZLinkOpenManager.m */,
935FEECF1682BC3700BE3892 /* BVMServersManager.h */, 935FEECF1682BC3700BE3892 /* BVMServersManager.h */,
935FEED01682BC3700BE3892 /* BVMServersManager.m */, 935FEED01682BC3700BE3892 /* BVMServersManager.m */,
938662D81691F7F60049D6A1 /* CDZViewControllerModalDismissal.h */, 938662D81691F7F60049D6A1 /* CDZViewControllerModalDismissal.h */,
Expand Down Expand Up @@ -267,8 +259,6 @@
93ADFEE0168F487F00F8256C /* BVMAddEditServerViewController.m */, 93ADFEE0168F487F00F8256C /* BVMAddEditServerViewController.m */,
83D310D41706154500BBE53D /* BVMBrowserSelectorViewController.h */, 83D310D41706154500BBE53D /* BVMBrowserSelectorViewController.h */,
83D310D51706154500BBE53D /* BVMBrowserSelectorViewController.m */, 83D310D51706154500BBE53D /* BVMBrowserSelectorViewController.m */,
93E5D84216EE727900C57111 /* CDZBrowserSelectorViewController.h */,
93E5D84316EE727A00C57111 /* CDZBrowserSelectorViewController.m */,
9382C96F16E3F36B00191302 /* BVMEmptyDetailViewController.h */, 9382C96F16E3F36B00191302 /* BVMEmptyDetailViewController.h */,
9382C97016E3F36B00191302 /* BVMEmptyDetailViewController.m */, 9382C97016E3F36B00191302 /* BVMEmptyDetailViewController.m */,
9382C97116E3F36B00191302 /* BVMEmptyDetailViewController.xib */, 9382C97116E3F36B00191302 /* BVMEmptyDetailViewController.xib */,
Expand Down Expand Up @@ -450,8 +440,6 @@
93ADFEDD168EB82C00F8256C /* KCMutableDictionary.m in Sources */, 93ADFEDD168EB82C00F8256C /* KCMutableDictionary.m in Sources */,
93ADFEE1168F487F00F8256C /* BVMAddEditServerViewController.m in Sources */, 93ADFEE1168F487F00F8256C /* BVMAddEditServerViewController.m in Sources */,
9382C97216E3F36B00191302 /* BVMEmptyDetailViewController.m in Sources */, 9382C97216E3F36B00191302 /* BVMEmptyDetailViewController.m in Sources */,
93E5D84416EE727B00C57111 /* CDZBrowserSelectorViewController.m in Sources */,
93E5D84716EE73D400C57111 /* CDZLinkOpenManager.m in Sources */,
83D310D61706154500BBE53D /* BVMBrowserSelectorViewController.m in Sources */, 83D310D61706154500BBE53D /* BVMBrowserSelectorViewController.m in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
Expand Down
28 changes: 0 additions & 28 deletions buyvmmanager/CDZBrowserSelectorViewController.h

This file was deleted.

101 changes: 0 additions & 101 deletions buyvmmanager/CDZBrowserSelectorViewController.m

This file was deleted.

40 changes: 0 additions & 40 deletions buyvmmanager/CDZLinkOpenManager.h

This file was deleted.

107 changes: 0 additions & 107 deletions buyvmmanager/CDZLinkOpenManager.m

This file was deleted.

0 comments on commit e4c36ec

Please sign in to comment.