Skip to content

Commit

Permalink
OBSlider via CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Jul 16, 2012
1 parent 7b0196f commit f0db67b
Show file tree
Hide file tree
Showing 49 changed files with 3,432 additions and 25 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/
BeamMusicPlayerExample.xcodeproj/xcuserdata/
BeamMusicPlayerExample.xcodeproj/project.xcworkspace/xcuserdata/
*.DS_Store
*.DS_Store
BeamMusicPlayerExample.xcworkspace/xcuserdata/
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "OBSlider"]
path = OBSlider
url = git://github.com/BeamApp/OBSlider.git
48 changes: 28 additions & 20 deletions BeamMusicPlayerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6164600534AD45B89AACF5D9 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D255CDAD8A6E4F49A1799F78 /* libPods.a */; };
9708EED51579146F0097F43F /* BeamMinimalExampleProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9708EED41579146F0097F43F /* BeamMinimalExampleProvider.m */; };
9755DA9E1578BE2800B5431E /* AutoScrollLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9755DA9C1578BBA700B5431E /* AutoScrollLabel.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
9755DAA01578C20800B5431E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9755DA9F1578C20800B5431E /* [email protected] */; };
Expand Down Expand Up @@ -38,7 +39,6 @@
97DE4F281576212900D077E3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 97DE4F1F1576212900D077E3 /* [email protected] */; };
97DE4F291576212900D077E3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 97DE4F201576212900D077E3 /* [email protected] */; };
97DE4F2A1576212900D077E3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 97DE4F211576212900D077E3 /* [email protected] */; };
97DE4F3215762CC200D077E3 /* OBSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DE4F3115762CC200D077E3 /* OBSlider.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
97DE4F3415762E5100D077E3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 97DE4F3315762E5100D077E3 /* [email protected] */; };
97DE4F3815763A0F00D077E3 /* UIImageView+Reflection.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DE4F3715763A0F00D077E3 /* UIImageView+Reflection.m */; };
97DE4F3A157644EE00D077E3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 97DE4F39157644EE00D077E3 /* [email protected] */; };
Expand Down Expand Up @@ -68,16 +68,17 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
92FDA17ACE6F4C928D2E08D9 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
9708EED31579146F0097F43F /* BeamMinimalExampleProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BeamMinimalExampleProvider.h; path = "Example Providers/BeamMinimalExampleProvider.h"; sourceTree = "<group>"; };
9708EED41579146F0097F43F /* BeamMinimalExampleProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BeamMinimalExampleProvider.m; path = "Example Providers/BeamMinimalExampleProvider.m"; sourceTree = "<group>"; };
9755DA9B1578BBA700B5431E /* AutoScrollLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoScrollLabel.h; sourceTree = "<group>"; };
9755DA9C1578BBA700B5431E /* AutoScrollLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoScrollLabel.m; sourceTree = "<group>"; };
9755DA9F1578C20800B5431E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
9755DAA11578C2BE00B5431E /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
9755DAA11578C2BE00B5431E /* QuartzCore.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
97B7AA2E15760AAF0014E693 /* BeamMusicPlayerExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BeamMusicPlayerExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
97B7AA3215760AAF0014E693 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
97B7AA3415760AAF0014E693 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
97B7AA3615760AAF0014E693 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
97B7AA3215760AAF0014E693 /* UIKit.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
97B7AA3415760AAF0014E693 /* Foundation.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
97B7AA3615760AAF0014E693 /* CoreGraphics.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
97B7AA3A15760AAF0014E693 /* BeamMusicPlayerExample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BeamMusicPlayerExample-Info.plist"; sourceTree = "<group>"; };
97B7AA3C15760AAF0014E693 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
97B7AA3E15760AAF0014E693 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Expand All @@ -98,7 +99,7 @@
97CA28271577AFE0003D8938 /* shadow_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shadow_highlight.png; sourceTree = "<group>"; };
97CA28291577B68B003D8938 /* BeamIpodExampleProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BeamIpodExampleProvider.h; path = Source/BeamIpodExampleProvider.h; sourceTree = "<group>"; };
97CA282A1577B68B003D8938 /* BeamIpodExampleProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BeamIpodExampleProvider.m; path = Source/BeamIpodExampleProvider.m; sourceTree = "<group>"; };
97CA282C1577B6A9003D8938 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
97CA282C1577B6A9003D8938 /* MediaPlayer.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
97DE4F191576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F1A1576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F1B1576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
Expand All @@ -108,8 +109,6 @@
97DE4F1F1576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F201576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F211576212900D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F3015762CC200D077E3 /* OBSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OBSlider.h; sourceTree = "<group>"; };
97DE4F3115762CC200D077E3 /* OBSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OBSlider.m; sourceTree = "<group>"; };
97DE4F3315762E5100D077E3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
97DE4F3615763A0F00D077E3 /* UIImageView+Reflection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+Reflection.h"; path = "BeamMusicPlayerExample/Source/UIImageView+Reflection.h"; sourceTree = "<group>"; };
97DE4F3715763A0F00D077E3 /* UIImageView+Reflection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+Reflection.m"; path = "BeamMusicPlayerExample/Source/UIImageView+Reflection.m"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -137,6 +136,7 @@
CB46FE1315795405004BE46A /* libOCMock.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libOCMock.a; sourceTree = "<group>"; };
CB46FE15157955B7004BE46A /* BeamMusicPlayerViewControllerTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamMusicPlayerViewControllerTests.h; sourceTree = "<group>"; };
CB46FE16157955B7004BE46A /* BeamMusicPlayerViewControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamMusicPlayerViewControllerTests.m; sourceTree = "<group>"; };
D255CDAD8A6E4F49A1799F78 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -149,6 +149,7 @@
97B7AA3315760AAF0014E693 /* UIKit.framework in Frameworks */,
97B7AA3515760AAF0014E693 /* Foundation.framework in Frameworks */,
97B7AA3715760AAF0014E693 /* CoreGraphics.framework in Frameworks */,
6164600534AD45B89AACF5D9 /* libPods.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -195,6 +196,7 @@
97B7AA5915760AAF0014E693 /* BeamMusicPlayerExampleTests */,
97B7AA3115760AAF0014E693 /* Frameworks */,
97B7AA2F15760AAF0014E693 /* Products */,
92FDA17ACE6F4C928D2E08D9 /* Pods.xcconfig */,
);
sourceTree = "<group>";
};
Expand All @@ -214,6 +216,7 @@
97B7AA3415760AAF0014E693 /* Foundation.framework */,
97B7AA3615760AAF0014E693 /* CoreGraphics.framework */,
97B7AA5315760AAF0014E693 /* SenTestingKit.framework */,
D255CDAD8A6E4F49A1799F78 /* libPods.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -301,22 +304,11 @@
isa = PBXGroup;
children = (
9755DA9A1578BB9700B5431E /* AutoScrollLabel */,
97DE4F2F15762CC200D077E3 /* OBSlider */,
);
name = "3rd Party";
path = ..;
sourceTree = "<group>";
};
97DE4F2F15762CC200D077E3 /* OBSlider */ = {
isa = PBXGroup;
children = (
97DE4F3015762CC200D077E3 /* OBSlider.h */,
97DE4F3115762CC200D077E3 /* OBSlider.m */,
);
name = OBSlider;
path = OBSlider/OBSlider;
sourceTree = "<group>";
};
97DE4F35157639FC00D077E3 /* Categories */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -392,6 +384,7 @@
97B7AA2A15760AAF0014E693 /* Sources */,
97B7AA2B15760AAF0014E693 /* Frameworks */,
97B7AA2C15760AAF0014E693 /* Resources */,
DDDD25C059DA4E59B0D1A0AE /* Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -509,6 +502,20 @@
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
DDDD25C059DA4E59B0D1A0AE /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -518,7 +525,6 @@
files = (
97B7AA3F15760AAF0014E693 /* main.m in Sources */,
97B7AA4315760AAF0014E693 /* BeamAppDelegate.m in Sources */,
97DE4F3215762CC200D077E3 /* OBSlider.m in Sources */,
97DE4F3815763A0F00D077E3 /* UIImageView+Reflection.m in Sources */,
CB35A6FF1576918F008318EE /* BeamMusicPlayerViewController.m in Sources */,
97CA281C15778872003D8938 /* NSDateFormatter+Duration.m in Sources */,
Expand Down Expand Up @@ -618,6 +624,7 @@
};
97B7AA6515760AAF0014E693 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 92FDA17ACE6F4C928D2E08D9 /* Pods.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -631,6 +638,7 @@
};
97B7AA6615760AAF0014E693 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 92FDA17ACE6F4C928D2E08D9 /* Pods.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion OBSlider
Submodule OBSlider deleted from 2c3fc0
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
platform :ios
dependency 'OBSlider'
5 changes: 5 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PODS:
- OBSlider (1.1.0)

DEPENDENCIES:
- OBSlider
4 changes: 4 additions & 0 deletions Pods/Documentation/OBSlider/docset-installed.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions Pods/Documentation/OBSlider/docset/Contents/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0db67b

Please sign in to comment.