Update project structure
This commit is contained in:
parent
668133b3df
commit
3c4de27ceb
|
|
@ -1,9 +1,8 @@
|
|||
platform :ios, '6.0'
|
||||
platform :ios, '7.0'
|
||||
|
||||
target 'RCPageControlExample' do
|
||||
|
||||
pod 'pop'
|
||||
pod 'iCarousel'
|
||||
pod 'RCPageControl', :path => '../'
|
||||
|
||||
end
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
PODS:
|
||||
- iCarousel (1.8.3)
|
||||
- pop (1.0.10)
|
||||
|
||||
DEPENDENCIES:
|
||||
- iCarousel
|
||||
- pop
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
iCarousel: d782f635afac190c49bb8ee455882284cff8b85f
|
||||
pop: 82ca6b068ce9278fd350fd9dd09482a0ce9492e6
|
||||
|
||||
PODFILE CHECKSUM: 500e5f919d07fe70206af7b8761129a904c83b68
|
||||
|
||||
COCOAPODS: 1.2.1
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
6E2F734619C72601008985F7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E2F734519C72601008985F7 /* Images.xcassets */; };
|
||||
6E2F734919C72601008985F7 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E2F734719C72601008985F7 /* LaunchScreen.xib */; };
|
||||
6E2F735519C72601008985F7 /* RCPageControlExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2F735419C72601008985F7 /* RCPageControlExampleTests.m */; };
|
||||
6E8AFCF61F3A34370010C4F4 /* RCPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8AFCF51F3A34370010C4F4 /* RCPageControl.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
|
|
@ -45,6 +46,8 @@
|
|||
6E2F735319C72601008985F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
6E2F735419C72601008985F7 /* RCPageControlExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCPageControlExampleTests.m; sourceTree = "<group>"; };
|
||||
6E55D24919C97C01008E8B03 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
|
||||
6E8AFCF41F3A34370010C4F4 /* RCPageControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCPageControl.h; sourceTree = "<group>"; };
|
||||
6E8AFCF51F3A34370010C4F4 /* RCPageControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCPageControl.m; sourceTree = "<group>"; };
|
||||
D11654D66174B172FFDDF71E /* Pods-RCPageControlExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RCPageControlExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
FD1395A5D82D7B32645E4135 /* Pods-RCPageControlExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RCPageControlExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample.release.xcconfig"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
|
@ -71,6 +74,7 @@
|
|||
6E2F732C19C72600008985F7 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E8AFCF31F3A34370010C4F4 /* RCPageControl */,
|
||||
6E2F733719C72600008985F7 /* RCPageControlExample */,
|
||||
6E2F735119C72601008985F7 /* RCPageControlExampleTests */,
|
||||
6E2F733619C72600008985F7 /* Products */,
|
||||
|
|
@ -130,6 +134,15 @@
|
|||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E8AFCF31F3A34370010C4F4 /* RCPageControl */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E8AFCF41F3A34370010C4F4 /* RCPageControl.h */,
|
||||
6E8AFCF51F3A34370010C4F4 /* RCPageControl.m */,
|
||||
);
|
||||
path = RCPageControl;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7C549DD4BE2E4976BC588DB1 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
|
@ -208,7 +221,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 6E2F733019C72600008985F7 /* Build configuration list for PBXProject "RCPageControlExample" */;
|
||||
buildConfigurationList = 6E2F733019C72600008985F7 /* Build configuration list for PBXProject "RCPageControl" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
|
|
@ -302,6 +315,7 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6E2F734119C72600008985F7 /* ViewController.m in Sources */,
|
||||
6E8AFCF61F3A34370010C4F4 /* RCPageControl.m in Sources */,
|
||||
6E2F733E19C72600008985F7 /* AppDelegate.m in Sources */,
|
||||
6E2F733B19C72600008985F7 /* main.m in Sources */,
|
||||
);
|
||||
|
|
@ -495,7 +509,7 @@
|
|||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6E2F733019C72600008985F7 /* Build configuration list for PBXProject "RCPageControlExample" */ = {
|
||||
6E2F733019C72600008985F7 /* Build configuration list for PBXProject "RCPageControl" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6E2F735619C72601008985F7 /* Debug */,
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
PODS:
|
||||
- iCarousel (1.8.3)
|
||||
- pop (1.0.9)
|
||||
- RCPageControl (0.1.1):
|
||||
- pop
|
||||
|
||||
DEPENDENCIES:
|
||||
- iCarousel
|
||||
- pop
|
||||
- RCPageControl (from `../`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
RCPageControl:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
iCarousel: d782f635afac190c49bb8ee455882284cff8b85f
|
||||
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce
|
||||
RCPageControl: d7f6a8f5e1f9ca9a8ed7dbe32b5c266cf2844070
|
||||
|
||||
PODFILE CHECKSUM: c62f9b6c34838729688c4cae98fb0c0a78af925c
|
||||
|
||||
COCOAPODS: 1.2.1
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:RCPageControlExample.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0830"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F733419C72600008985F7"
|
||||
BuildableName = "RCPageControlExample.app"
|
||||
BlueprintName = "RCPageControlExample"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "NO"
|
||||
buildForArchiving = "NO"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F734D19C72601008985F7"
|
||||
BuildableName = "RCPageControlExampleTests.xctest"
|
||||
BlueprintName = "RCPageControlExampleTests"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F734D19C72601008985F7"
|
||||
BuildableName = "RCPageControlExampleTests.xctest"
|
||||
BlueprintName = "RCPageControlExampleTests"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F733419C72600008985F7"
|
||||
BuildableName = "RCPageControlExample.app"
|
||||
BlueprintName = "RCPageControlExample"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F733419C72600008985F7"
|
||||
BuildableName = "RCPageControlExample.app"
|
||||
BlueprintName = "RCPageControlExample"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6E2F733419C72600008985F7"
|
||||
BuildableName = "RCPageControlExample.app"
|
||||
BlueprintName = "RCPageControlExample"
|
||||
ReferencedContainer = "container:RCPageControlExample.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
#import "ViewController.h"
|
||||
#import <RCPageControl.h>
|
||||
#import "RCPageControl.h"
|
||||
#import <iCarousel.h>
|
||||
|
||||
@interface ViewController () <iCarouselDataSource, iCarouselDelegate>
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue