forked from TimCinel/ActionSheetPicker
-
-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from skywinder/master
from-skywinder-fork
- Loading branch information
Showing
154 changed files
with
7,858 additions
and
1,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Example Projects/Carthage-example/Carthage/Checkouts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ language: objective-c | |
# - brew update | ||
# - brew install xctool | ||
script: | ||
- xcodebuild clean build test -workspace Example.xcworkspace -scheme ActionSheetPickerTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | ||
- xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPickerTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | ||
|
||
# - xctool -workspace Example.xcworkspace -scheme CoreActionSheetPicker build | ||
# - xctool -workspace Example.xcworkspace -scheme ActionSheetPickerTests test | ||
# - xctool -workspace ActionSheetPicker-3.0.xcworkspace -scheme CoreActionSheetPicker build | ||
# - xctool -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPickerTests test | ||
|
||
# xcode_workspace: Example.xcworkspace | ||
# xcode_workspace: ActionSheetPicker-3.0.xcworkspace | ||
# xcode_scheme: ActionSheetPickerTests | ||
# xcode_sdk: iphonesimulator | ||
|
||
|
@@ -17,4 +17,4 @@ notifications: | |
recipients: | ||
- [email protected] | ||
on_success: never # [always|never|change] | ||
on_failure: change # [always|never|change] | ||
on_failure: change # [always|never|change] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
ActionSheetPicker-3.0.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
325 changes: 165 additions & 160 deletions
325
CoreActionSheetPicker/CoreActionSheetPicker.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...nSheetPicker/CoreActionSheetPicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
99 changes: 89 additions & 10 deletions
99
...ker/CoreActionSheetPicker.xcodeproj/xcshareddata/xcschemes/CoreActionSheetPicker.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,110 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "0630" | ||
version = "1.3"> | ||
<BuildAction> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForRunning = "YES"> | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1CA8086D1A25CE49004252BA" | ||
BlueprintIdentifier = "1CCA90421AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPicker.framework" | ||
BlueprintName = "CoreActionSheetPicker" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1CCA904D1AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPickerTests.xctest" | ||
BlueprintName = "CoreActionSheetPickerTests" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
buildConfiguration = "Debug"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1CCA904D1AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPickerTests.xctest" | ||
BlueprintName = "CoreActionSheetPickerTests" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1CCA90421AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPicker.framework" | ||
BlueprintName = "CoreActionSheetPicker" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</TestAction> | ||
<LaunchAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Debug"> | ||
<BuildableProductRunnable> | ||
buildConfiguration = "Debug" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
allowLocationSimulation = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1D6058900D05DD3D006BFB54" | ||
BuildableName = "ActionSheetPicker-iOS6-7.app" | ||
BlueprintName = "ActionSheetPicker-iOS6-7" | ||
ReferencedContainer = "container:../Example-for-iOS-7-and-6/ActionSheetPicker-iOS6-7.xcodeproj"> | ||
BlueprintIdentifier = "1CCA90421AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPicker.framework" | ||
BlueprintName = "CoreActionSheetPicker" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Release" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "1CCA90421AE0EFB000368F5E" | ||
BuildableName = "CoreActionSheetPicker.framework" | ||
BlueprintName = "CoreActionSheetPicker" | ||
ReferencedContainer = "container:CoreActionSheetPicker.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "skywinder/ActionSheetPicker-3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "skywinder/ActionSheetPicker-3.0" "1.6.1" |
Oops, something went wrong.