Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support carthage #54

Merged
merged 3 commits into from
Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
375 changes: 33 additions & 342 deletions Demo/LCActionSheetDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0910"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D6D1D38CB51009DDCA1"
BuildableName = "LCActionSheetDemo.app"
BlueprintName = "LCActionSheetDemo"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D861D38CB51009DDCA1"
BuildableName = "LCActionSheetDemoTests.xctest"
BlueprintName = "LCActionSheetDemoTests"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D911D38CB51009DDCA1"
BuildableName = "LCActionSheetDemoUITests.xctest"
BlueprintName = "LCActionSheetDemoUITests"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D6D1D38CB51009DDCA1"
BuildableName = "LCActionSheetDemo.app"
BlueprintName = "LCActionSheetDemo"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D6D1D38CB51009DDCA1"
BuildableName = "LCActionSheetDemo.app"
BlueprintName = "LCActionSheetDemo"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "76485D6D1D38CB51009DDCA1"
BuildableName = "LCActionSheetDemo.app"
BlueprintName = "LCActionSheetDemo"
ReferencedContainer = "container:LCActionSheetDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Demo/LCActionSheetDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.3</string>
<string>3.2.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
24 changes: 0 additions & 24 deletions Demo/LCActionSheetDemoTests/Info.plist

This file was deleted.

39 changes: 0 additions & 39 deletions Demo/LCActionSheetDemoTests/LCActionSheetDemoTests.m

This file was deleted.

24 changes: 0 additions & 24 deletions Demo/LCActionSheetDemoUITests/Info.plist

This file was deleted.

40 changes: 0 additions & 40 deletions Demo/LCActionSheetDemoUITests/LCActionSheetDemoUITests.m

This file was deleted.

14 changes: 2 additions & 12 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '8.0'

target 'LCActionSheetDemo' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
use_frameworks!

# Pods for LCActionSheetDemo
pod 'LCActionSheet', :path => '../'
Expand All @@ -12,14 +12,4 @@ target 'LCActionSheetDemo' do
# pod 'LCBlur'
# pod 'GPUImage', '~> 0.1.7'

target 'LCActionSheetDemoTests' do
inherit! :search_paths
# Pods for testing
end

target 'LCActionSheetDemoUITests' do
inherit! :search_paths
# Pods for testing
end

end
16 changes: 8 additions & 8 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- LCActionSheet (3.2.3):
- Masonry (~> 1.0.2)
- Masonry (1.0.2)
- LCActionSheet (3.2.4):
- Masonry (~> 1.1.0)
- Masonry (1.1.0)

DEPENDENCIES:
- LCActionSheet (from `../`)

EXTERNAL SOURCES:
LCActionSheet:
:path: "../"
:path: ../

SPEC CHECKSUMS:
LCActionSheet: b68d6fc4cb252f5ad37f20387b853caa95657b67
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
LCActionSheet: 2b8ddf316fab6d44f01c4db571412984198f4d3c
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201

PODFILE CHECKSUM: 69168bdd948b94bccadca73ee1fc5a6830365fc0
PODFILE CHECKSUM: 9e5ec66a67bd9ed1c491cc983ef2273c53b945ac

COCOAPODS: 1.2.1
COCOAPODS: 1.4.0.beta.2
1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/LCActionSheet/LCActionSheet.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASCompositeConstraint.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASConstraint+Private.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASConstraint.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASConstraintMaker.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASLayoutConstraint.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASUtilities.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASViewAttribute.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/MASViewConstraint.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/Masonry.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/NSArray+MASAdditions.h

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Private/Masonry/View+MASAdditions.h

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Public/LCActionSheet/LCActionSheet.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Public/LCActionSheet/LCActionSheetCell.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Public/Masonry/MASCompositeConstraint.h

This file was deleted.

1 change: 0 additions & 1 deletion Demo/Pods/Headers/Public/Masonry/MASConstraint+Private.h

This file was deleted.

Loading