cocoapods 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cocoapods.rb +1 -1
- data/lib/cocoapods/installer.rb +1 -1
- data/lib/cocoapods/specification.rb +9 -0
- metadata +10 -11
- data/xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.xcworkspace/xcuserdata/eloy.xcuserdatad/UserInterfaceState.xcuserstate +0 -1885
- data/xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/xcuserdata/eloy.xcuserdatad/xcschemes/Pods.xcscheme +0 -54
- data/xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/xcuserdata/eloy.xcuserdatad/xcschemes/xcschememanagement.plist +0 -22
@@ -1,54 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Scheme
|
3
|
-
version = "1.3">
|
4
|
-
<BuildAction
|
5
|
-
parallelizeBuildables = "YES"
|
6
|
-
buildImplicitDependencies = "YES">
|
7
|
-
<BuildActionEntries>
|
8
|
-
<BuildActionEntry
|
9
|
-
buildForTesting = "YES"
|
10
|
-
buildForRunning = "YES"
|
11
|
-
buildForProfiling = "YES"
|
12
|
-
buildForArchiving = "YES"
|
13
|
-
buildForAnalyzing = "YES">
|
14
|
-
<BuildableReference
|
15
|
-
BuildableIdentifier = "primary"
|
16
|
-
BlueprintIdentifier = "515B0FB4141D52E0001DC3E6"
|
17
|
-
BuildableName = "libPods.a"
|
18
|
-
BlueprintName = "Pods"
|
19
|
-
ReferencedContainer = "container:Pods.xcodeproj">
|
20
|
-
</BuildableReference>
|
21
|
-
</BuildActionEntry>
|
22
|
-
</BuildActionEntries>
|
23
|
-
</BuildAction>
|
24
|
-
<TestAction
|
25
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
26
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
27
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
28
|
-
buildConfiguration = "Debug">
|
29
|
-
<Testables>
|
30
|
-
</Testables>
|
31
|
-
</TestAction>
|
32
|
-
<LaunchAction
|
33
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
34
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
35
|
-
launchStyle = "0"
|
36
|
-
useCustomWorkingDirectory = "NO"
|
37
|
-
buildConfiguration = "Debug">
|
38
|
-
<AdditionalOptions>
|
39
|
-
</AdditionalOptions>
|
40
|
-
</LaunchAction>
|
41
|
-
<ProfileAction
|
42
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
43
|
-
savedToolIdentifier = ""
|
44
|
-
useCustomWorkingDirectory = "NO"
|
45
|
-
buildConfiguration = "Release">
|
46
|
-
</ProfileAction>
|
47
|
-
<AnalyzeAction
|
48
|
-
buildConfiguration = "Debug">
|
49
|
-
</AnalyzeAction>
|
50
|
-
<ArchiveAction
|
51
|
-
buildConfiguration = "Release"
|
52
|
-
revealArchiveInOrganizer = "YES">
|
53
|
-
</ArchiveAction>
|
54
|
-
</Scheme>
|
@@ -1,22 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>SchemeUserState</key>
|
6
|
-
<dict>
|
7
|
-
<key>Pods.xcscheme</key>
|
8
|
-
<dict>
|
9
|
-
<key>orderHint</key>
|
10
|
-
<integer>0</integer>
|
11
|
-
</dict>
|
12
|
-
</dict>
|
13
|
-
<key>SuppressBuildableAutocreation</key>
|
14
|
-
<dict>
|
15
|
-
<key>515B0FB4141D52E0001DC3E6</key>
|
16
|
-
<dict>
|
17
|
-
<key>primary</key>
|
18
|
-
<true/>
|
19
|
-
</dict>
|
20
|
-
</dict>
|
21
|
-
</dict>
|
22
|
-
</plist>
|