Skip to content

Commit

Permalink
Remove Example/Pods/*
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Apr 4, 2019
1 parent c16a310 commit f9fc024
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 42 deletions.

This file was deleted.

26 changes: 0 additions & 26 deletions Example/Pods/Target Support Files/Pickle/Pickle-Info.plist

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ else
endif

carthage:
test -d Example/Pods && rm -rv Example/Pods || :
test -d Example/Pickle.xcworkspace && rm -rv Example/Pickle.xcworkspace || :
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty -c

docs:
Expand Down
80 changes: 80 additions & 0 deletions Pickle.xcodeproj/xcshareddata/xcschemes/Pickle.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B57BEA2F216AAF6300A2C776"
BuildableName = "Pickle.framework"
BlueprintName = "Pickle"
ReferencedContainer = "container:Pickle.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B57BEA2F216AAF6300A2C776"
BuildableName = "Pickle.framework"
BlueprintName = "Pickle"
ReferencedContainer = "container:Pickle.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B57BEA2F216AAF6300A2C776"
BuildableName = "Pickle.framework"
BlueprintName = "Pickle"
ReferencedContainer = "container:Pickle.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit f9fc024

Please sign in to comment.