cocoapods 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,54 @@
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>
@@ -0,0 +1,22 @@
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>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eloy Duran
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-09-17 00:00:00 +02:00
17
+ date: 2011-09-17 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -51,6 +51,10 @@ files:
51
51
  - xcode-project-templates/cocoa-touch-static-library/Pods-Prefix.pch
52
52
  - xcode-project-templates/cocoa-touch-static-library/Pods.xcconfig
53
53
  - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.pbxproj
54
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
55
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.xcworkspace/xcuserdata/eloy.xcuserdatad/UserInterfaceState.xcuserstate
56
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/xcuserdata/eloy.xcuserdatad/xcschemes/Pods.xcscheme
57
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/xcuserdata/eloy.xcuserdatad/xcschemes/xcschememanagement.plist
54
58
  - bin/pod
55
59
  - README.md
56
60
  - LICENSE