AVClub 0.1.4 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +34 -15
- data/Rakefile +4 -3
- data/app/camera_controller.rb +25 -27
- data/lib/AVClub/AVClubController.rb +28 -24
- data/lib/AVClub/version.rb +1 -1
- data/lib/avclub.rb +1 -1
- data/vendor/AVClub/{AVClub/AVCamRecorder.h → AVCamRecorder.h} +2 -0
- data/vendor/AVClub/{AVClub/AVCamRecorder.m → AVCamRecorder.m} +23 -17
- data/vendor/AVClub/{AVClub/AVCamUtilities.h → AVCamUtilities.h} +0 -0
- data/vendor/AVClub/{AVClub/AVCamUtilities.m → AVCamUtilities.m} +0 -0
- data/vendor/AVClub/{AVClub/AVClub.h → AVClub.h} +6 -3
- data/vendor/AVClub/{AVClub/AVClub.m → AVClub.m} +104 -94
- metadata +8 -15
- data/vendor/AVClub/AVClub.xcodeproj/project.pbxproj +0 -290
- data/vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/xcuserdata/colinta.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/vendor/AVClub/AVClub.xcodeproj/project.xcworkspace/xcuserdata/colinta.xcuserdatad/WorkspaceSettings.xcsettings +0 -10
- data/vendor/AVClub/AVClub.xcodeproj/xcuserdata/colinta.xcuserdatad/xcschemes/AVClub.xcscheme +0 -59
- data/vendor/AVClub/AVClub.xcodeproj/xcuserdata/colinta.xcuserdatad/xcschemes/xcschememanagement.plist +0 -22
- data/vendor/AVClub/AVClub/AVClub-Prefix.pch +0 -9
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: AVClub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-02-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -66,19 +66,12 @@ files:
|
|
66
66
|
- lib/AVClub/version.rb
|
67
67
|
- lib/avclub.rb
|
68
68
|
- spec/main_spec.rb
|
69
|
-
- vendor/AVClub/
|
70
|
-
- vendor/AVClub/
|
71
|
-
- vendor/AVClub/
|
72
|
-
- vendor/AVClub/
|
73
|
-
- vendor/AVClub/AVClub.
|
74
|
-
- vendor/AVClub/AVClub.
|
75
|
-
- vendor/AVClub/AVClub/AVCamRecorder.h
|
76
|
-
- vendor/AVClub/AVClub/AVCamRecorder.m
|
77
|
-
- vendor/AVClub/AVClub/AVCamUtilities.h
|
78
|
-
- vendor/AVClub/AVClub/AVCamUtilities.m
|
79
|
-
- vendor/AVClub/AVClub/AVClub-Prefix.pch
|
80
|
-
- vendor/AVClub/AVClub/AVClub.h
|
81
|
-
- vendor/AVClub/AVClub/AVClub.m
|
69
|
+
- vendor/AVClub/AVCamRecorder.h
|
70
|
+
- vendor/AVClub/AVCamRecorder.m
|
71
|
+
- vendor/AVClub/AVCamUtilities.h
|
72
|
+
- vendor/AVClub/AVCamUtilities.m
|
73
|
+
- vendor/AVClub/AVClub.h
|
74
|
+
- vendor/AVClub/AVClub.m
|
82
75
|
homepage: https://github.com/rubymotion/AVClub
|
83
76
|
licenses: []
|
84
77
|
post_install_message:
|
@@ -1,290 +0,0 @@
|
|
1
|
-
// !$*UTF8*$!
|
2
|
-
{
|
3
|
-
archiveVersion = 1;
|
4
|
-
classes = {
|
5
|
-
};
|
6
|
-
objectVersion = 46;
|
7
|
-
objects = {
|
8
|
-
|
9
|
-
/* Begin PBXBuildFile section */
|
10
|
-
1D0A439F1656ED2800D2DEA4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A439E1656ED2800D2DEA4 /* Foundation.framework */; };
|
11
|
-
1D0A43A41656ED2800D2DEA4 /* AVClub.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1D0A43A31656ED2800D2DEA4 /* AVClub.h */; };
|
12
|
-
1D0A43A61656ED2800D2DEA4 /* AVClub.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0A43A51656ED2800D2DEA4 /* AVClub.m */; };
|
13
|
-
1D0A43AD1656EFBA00D2DEA4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43AC1656EFBA00D2DEA4 /* UIKit.framework */; };
|
14
|
-
1D0A43AF1656EFC200D2DEA4 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43AE1656EFC200D2DEA4 /* AVFoundation.framework */; };
|
15
|
-
1D0A43B11656EFD000D2DEA4 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43B01656EFD000D2DEA4 /* MobileCoreServices.framework */; };
|
16
|
-
1D0A43B31656EFDD00D2DEA4 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43B21656EFDD00D2DEA4 /* CoreMedia.framework */; };
|
17
|
-
1D0A43B51656EFE400D2DEA4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43B41656EFE400D2DEA4 /* CoreVideo.framework */; };
|
18
|
-
1D0A43B71656EFEA00D2DEA4 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43B61656EFEA00D2DEA4 /* AssetsLibrary.framework */; };
|
19
|
-
1D0A43B91656EFF700D2DEA4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43B81656EFF700D2DEA4 /* CoreGraphics.framework */; };
|
20
|
-
1D0A43BB1656F00A00D2DEA4 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43BA1656F00A00D2DEA4 /* QuartzCore.framework */; };
|
21
|
-
1D0A43BD1656F01100D2DEA4 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D0A43BC1656F01100D2DEA4 /* MediaPlayer.framework */; };
|
22
|
-
1D0A43C21656F0DA00D2DEA4 /* AVCamRecorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0A43BF1656F0DA00D2DEA4 /* AVCamRecorder.m */; };
|
23
|
-
1D0A43C31656F0DA00D2DEA4 /* AVCamUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0A43C11656F0DA00D2DEA4 /* AVCamUtilities.m */; };
|
24
|
-
/* End PBXBuildFile section */
|
25
|
-
|
26
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
27
|
-
1D0A43991656ED2800D2DEA4 /* CopyFiles */ = {
|
28
|
-
isa = PBXCopyFilesBuildPhase;
|
29
|
-
buildActionMask = 2147483647;
|
30
|
-
dstPath = "include/${PRODUCT_NAME}";
|
31
|
-
dstSubfolderSpec = 16;
|
32
|
-
files = (
|
33
|
-
1D0A43A41656ED2800D2DEA4 /* AVClub.h in CopyFiles */,
|
34
|
-
);
|
35
|
-
runOnlyForDeploymentPostprocessing = 0;
|
36
|
-
};
|
37
|
-
/* End PBXCopyFilesBuildPhase section */
|
38
|
-
|
39
|
-
/* Begin PBXFileReference section */
|
40
|
-
1D0A439B1656ED2800D2DEA4 /* libAVClub.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAVClub.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
41
|
-
1D0A439E1656ED2800D2DEA4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
42
|
-
1D0A43A21656ED2800D2DEA4 /* AVClub-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AVClub-Prefix.pch"; sourceTree = "<group>"; };
|
43
|
-
1D0A43A31656ED2800D2DEA4 /* AVClub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AVClub.h; sourceTree = "<group>"; };
|
44
|
-
1D0A43A51656ED2800D2DEA4 /* AVClub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AVClub.m; sourceTree = "<group>"; };
|
45
|
-
1D0A43AC1656EFBA00D2DEA4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
46
|
-
1D0A43AE1656EFC200D2DEA4 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
47
|
-
1D0A43B01656EFD000D2DEA4 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
|
48
|
-
1D0A43B21656EFDD00D2DEA4 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
|
49
|
-
1D0A43B41656EFE400D2DEA4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
|
50
|
-
1D0A43B61656EFEA00D2DEA4 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
|
51
|
-
1D0A43B81656EFF700D2DEA4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
52
|
-
1D0A43BA1656F00A00D2DEA4 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
53
|
-
1D0A43BC1656F01100D2DEA4 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
|
54
|
-
1D0A43BE1656F0DA00D2DEA4 /* AVCamRecorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AVCamRecorder.h; sourceTree = "<group>"; };
|
55
|
-
1D0A43BF1656F0DA00D2DEA4 /* AVCamRecorder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AVCamRecorder.m; sourceTree = "<group>"; };
|
56
|
-
1D0A43C01656F0DA00D2DEA4 /* AVCamUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AVCamUtilities.h; sourceTree = "<group>"; };
|
57
|
-
1D0A43C11656F0DA00D2DEA4 /* AVCamUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AVCamUtilities.m; sourceTree = "<group>"; };
|
58
|
-
/* End PBXFileReference section */
|
59
|
-
|
60
|
-
/* Begin PBXFrameworksBuildPhase section */
|
61
|
-
1D0A43981656ED2800D2DEA4 /* Frameworks */ = {
|
62
|
-
isa = PBXFrameworksBuildPhase;
|
63
|
-
buildActionMask = 2147483647;
|
64
|
-
files = (
|
65
|
-
1D0A43BD1656F01100D2DEA4 /* MediaPlayer.framework in Frameworks */,
|
66
|
-
1D0A43BB1656F00A00D2DEA4 /* QuartzCore.framework in Frameworks */,
|
67
|
-
1D0A43B91656EFF700D2DEA4 /* CoreGraphics.framework in Frameworks */,
|
68
|
-
1D0A43B71656EFEA00D2DEA4 /* AssetsLibrary.framework in Frameworks */,
|
69
|
-
1D0A43B51656EFE400D2DEA4 /* CoreVideo.framework in Frameworks */,
|
70
|
-
1D0A43B31656EFDD00D2DEA4 /* CoreMedia.framework in Frameworks */,
|
71
|
-
1D0A43B11656EFD000D2DEA4 /* MobileCoreServices.framework in Frameworks */,
|
72
|
-
1D0A43AF1656EFC200D2DEA4 /* AVFoundation.framework in Frameworks */,
|
73
|
-
1D0A43AD1656EFBA00D2DEA4 /* UIKit.framework in Frameworks */,
|
74
|
-
1D0A439F1656ED2800D2DEA4 /* Foundation.framework in Frameworks */,
|
75
|
-
);
|
76
|
-
runOnlyForDeploymentPostprocessing = 0;
|
77
|
-
};
|
78
|
-
/* End PBXFrameworksBuildPhase section */
|
79
|
-
|
80
|
-
/* Begin PBXGroup section */
|
81
|
-
1D0A43901656ED2800D2DEA4 = {
|
82
|
-
isa = PBXGroup;
|
83
|
-
children = (
|
84
|
-
1D0A43A01656ED2800D2DEA4 /* AVClub */,
|
85
|
-
1D0A439D1656ED2800D2DEA4 /* Frameworks */,
|
86
|
-
1D0A439C1656ED2800D2DEA4 /* Products */,
|
87
|
-
);
|
88
|
-
sourceTree = "<group>";
|
89
|
-
};
|
90
|
-
1D0A439C1656ED2800D2DEA4 /* Products */ = {
|
91
|
-
isa = PBXGroup;
|
92
|
-
children = (
|
93
|
-
1D0A439B1656ED2800D2DEA4 /* libAVClub.a */,
|
94
|
-
);
|
95
|
-
name = Products;
|
96
|
-
sourceTree = "<group>";
|
97
|
-
};
|
98
|
-
1D0A439D1656ED2800D2DEA4 /* Frameworks */ = {
|
99
|
-
isa = PBXGroup;
|
100
|
-
children = (
|
101
|
-
1D0A43BC1656F01100D2DEA4 /* MediaPlayer.framework */,
|
102
|
-
1D0A43BA1656F00A00D2DEA4 /* QuartzCore.framework */,
|
103
|
-
1D0A43B81656EFF700D2DEA4 /* CoreGraphics.framework */,
|
104
|
-
1D0A43B61656EFEA00D2DEA4 /* AssetsLibrary.framework */,
|
105
|
-
1D0A43B41656EFE400D2DEA4 /* CoreVideo.framework */,
|
106
|
-
1D0A43B21656EFDD00D2DEA4 /* CoreMedia.framework */,
|
107
|
-
1D0A43B01656EFD000D2DEA4 /* MobileCoreServices.framework */,
|
108
|
-
1D0A43AE1656EFC200D2DEA4 /* AVFoundation.framework */,
|
109
|
-
1D0A43AC1656EFBA00D2DEA4 /* UIKit.framework */,
|
110
|
-
1D0A439E1656ED2800D2DEA4 /* Foundation.framework */,
|
111
|
-
);
|
112
|
-
name = Frameworks;
|
113
|
-
sourceTree = "<group>";
|
114
|
-
};
|
115
|
-
1D0A43A01656ED2800D2DEA4 /* AVClub */ = {
|
116
|
-
isa = PBXGroup;
|
117
|
-
children = (
|
118
|
-
1D0A43A31656ED2800D2DEA4 /* AVClub.h */,
|
119
|
-
1D0A43A51656ED2800D2DEA4 /* AVClub.m */,
|
120
|
-
1D0A43BE1656F0DA00D2DEA4 /* AVCamRecorder.h */,
|
121
|
-
1D0A43BF1656F0DA00D2DEA4 /* AVCamRecorder.m */,
|
122
|
-
1D0A43C01656F0DA00D2DEA4 /* AVCamUtilities.h */,
|
123
|
-
1D0A43C11656F0DA00D2DEA4 /* AVCamUtilities.m */,
|
124
|
-
1D0A43A11656ED2800D2DEA4 /* Supporting Files */,
|
125
|
-
);
|
126
|
-
path = AVClub;
|
127
|
-
sourceTree = "<group>";
|
128
|
-
};
|
129
|
-
1D0A43A11656ED2800D2DEA4 /* Supporting Files */ = {
|
130
|
-
isa = PBXGroup;
|
131
|
-
children = (
|
132
|
-
1D0A43A21656ED2800D2DEA4 /* AVClub-Prefix.pch */,
|
133
|
-
);
|
134
|
-
name = "Supporting Files";
|
135
|
-
sourceTree = "<group>";
|
136
|
-
};
|
137
|
-
/* End PBXGroup section */
|
138
|
-
|
139
|
-
/* Begin PBXNativeTarget section */
|
140
|
-
1D0A439A1656ED2800D2DEA4 /* AVClub */ = {
|
141
|
-
isa = PBXNativeTarget;
|
142
|
-
buildConfigurationList = 1D0A43A91656ED2800D2DEA4 /* Build configuration list for PBXNativeTarget "AVClub" */;
|
143
|
-
buildPhases = (
|
144
|
-
1D0A43971656ED2800D2DEA4 /* Sources */,
|
145
|
-
1D0A43981656ED2800D2DEA4 /* Frameworks */,
|
146
|
-
1D0A43991656ED2800D2DEA4 /* CopyFiles */,
|
147
|
-
);
|
148
|
-
buildRules = (
|
149
|
-
);
|
150
|
-
dependencies = (
|
151
|
-
);
|
152
|
-
name = AVClub;
|
153
|
-
productName = AVClub;
|
154
|
-
productReference = 1D0A439B1656ED2800D2DEA4 /* libAVClub.a */;
|
155
|
-
productType = "com.apple.product-type.library.static";
|
156
|
-
};
|
157
|
-
/* End PBXNativeTarget section */
|
158
|
-
|
159
|
-
/* Begin PBXProject section */
|
160
|
-
1D0A43921656ED2800D2DEA4 /* Project object */ = {
|
161
|
-
isa = PBXProject;
|
162
|
-
attributes = {
|
163
|
-
LastUpgradeCheck = 0450;
|
164
|
-
ORGANIZATIONNAME = colinta;
|
165
|
-
};
|
166
|
-
buildConfigurationList = 1D0A43951656ED2800D2DEA4 /* Build configuration list for PBXProject "AVClub" */;
|
167
|
-
compatibilityVersion = "Xcode 3.2";
|
168
|
-
developmentRegion = English;
|
169
|
-
hasScannedForEncodings = 0;
|
170
|
-
knownRegions = (
|
171
|
-
en,
|
172
|
-
);
|
173
|
-
mainGroup = 1D0A43901656ED2800D2DEA4;
|
174
|
-
productRefGroup = 1D0A439C1656ED2800D2DEA4 /* Products */;
|
175
|
-
projectDirPath = "";
|
176
|
-
projectRoot = "";
|
177
|
-
targets = (
|
178
|
-
1D0A439A1656ED2800D2DEA4 /* AVClub */,
|
179
|
-
);
|
180
|
-
};
|
181
|
-
/* End PBXProject section */
|
182
|
-
|
183
|
-
/* Begin PBXSourcesBuildPhase section */
|
184
|
-
1D0A43971656ED2800D2DEA4 /* Sources */ = {
|
185
|
-
isa = PBXSourcesBuildPhase;
|
186
|
-
buildActionMask = 2147483647;
|
187
|
-
files = (
|
188
|
-
1D0A43A61656ED2800D2DEA4 /* AVClub.m in Sources */,
|
189
|
-
1D0A43C21656F0DA00D2DEA4 /* AVCamRecorder.m in Sources */,
|
190
|
-
1D0A43C31656F0DA00D2DEA4 /* AVCamUtilities.m in Sources */,
|
191
|
-
);
|
192
|
-
runOnlyForDeploymentPostprocessing = 0;
|
193
|
-
};
|
194
|
-
/* End PBXSourcesBuildPhase section */
|
195
|
-
|
196
|
-
/* Begin XCBuildConfiguration section */
|
197
|
-
1D0A43A71656ED2800D2DEA4 /* Debug */ = {
|
198
|
-
isa = XCBuildConfiguration;
|
199
|
-
buildSettings = {
|
200
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
201
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
202
|
-
CLANG_CXX_LIBRARY = "libc++";
|
203
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
204
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
205
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
206
|
-
COPY_PHASE_STRIP = NO;
|
207
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
208
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
209
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
210
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
211
|
-
"DEBUG=1",
|
212
|
-
"$(inherited)",
|
213
|
-
);
|
214
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
215
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
216
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
217
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
218
|
-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
219
|
-
SDKROOT = iphoneos;
|
220
|
-
};
|
221
|
-
name = Debug;
|
222
|
-
};
|
223
|
-
1D0A43A81656ED2800D2DEA4 /* Release */ = {
|
224
|
-
isa = XCBuildConfiguration;
|
225
|
-
buildSettings = {
|
226
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
227
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
228
|
-
CLANG_CXX_LIBRARY = "libc++";
|
229
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
230
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
231
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
232
|
-
COPY_PHASE_STRIP = YES;
|
233
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
234
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
235
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
236
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
237
|
-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
238
|
-
SDKROOT = iphoneos;
|
239
|
-
VALIDATE_PRODUCT = YES;
|
240
|
-
};
|
241
|
-
name = Release;
|
242
|
-
};
|
243
|
-
1D0A43AA1656ED2800D2DEA4 /* Debug */ = {
|
244
|
-
isa = XCBuildConfiguration;
|
245
|
-
buildSettings = {
|
246
|
-
DSTROOT = /tmp/AVClub.dst;
|
247
|
-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
248
|
-
GCC_PREFIX_HEADER = "AVClub/AVClub-Prefix.pch";
|
249
|
-
OTHER_LDFLAGS = "-ObjC";
|
250
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
251
|
-
SKIP_INSTALL = YES;
|
252
|
-
};
|
253
|
-
name = Debug;
|
254
|
-
};
|
255
|
-
1D0A43AB1656ED2800D2DEA4 /* Release */ = {
|
256
|
-
isa = XCBuildConfiguration;
|
257
|
-
buildSettings = {
|
258
|
-
DSTROOT = /tmp/AVClub.dst;
|
259
|
-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
260
|
-
GCC_PREFIX_HEADER = "AVClub/AVClub-Prefix.pch";
|
261
|
-
OTHER_LDFLAGS = "-ObjC";
|
262
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
263
|
-
SKIP_INSTALL = YES;
|
264
|
-
};
|
265
|
-
name = Release;
|
266
|
-
};
|
267
|
-
/* End XCBuildConfiguration section */
|
268
|
-
|
269
|
-
/* Begin XCConfigurationList section */
|
270
|
-
1D0A43951656ED2800D2DEA4 /* Build configuration list for PBXProject "AVClub" */ = {
|
271
|
-
isa = XCConfigurationList;
|
272
|
-
buildConfigurations = (
|
273
|
-
1D0A43A71656ED2800D2DEA4 /* Debug */,
|
274
|
-
1D0A43A81656ED2800D2DEA4 /* Release */,
|
275
|
-
);
|
276
|
-
defaultConfigurationIsVisible = 0;
|
277
|
-
defaultConfigurationName = Release;
|
278
|
-
};
|
279
|
-
1D0A43A91656ED2800D2DEA4 /* Build configuration list for PBXNativeTarget "AVClub" */ = {
|
280
|
-
isa = XCConfigurationList;
|
281
|
-
buildConfigurations = (
|
282
|
-
1D0A43AA1656ED2800D2DEA4 /* Debug */,
|
283
|
-
1D0A43AB1656ED2800D2DEA4 /* Release */,
|
284
|
-
);
|
285
|
-
defaultConfigurationIsVisible = 0;
|
286
|
-
};
|
287
|
-
/* End XCConfigurationList section */
|
288
|
-
};
|
289
|
-
rootObject = 1D0A43921656ED2800D2DEA4 /* Project object */;
|
290
|
-
}
|
Binary file
|
@@ -1,10 +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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
6
|
-
<true/>
|
7
|
-
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
8
|
-
<true/>
|
9
|
-
</dict>
|
10
|
-
</plist>
|
data/vendor/AVClub/AVClub.xcodeproj/xcuserdata/colinta.xcuserdatad/xcschemes/AVClub.xcscheme
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Scheme
|
3
|
-
LastUpgradeVersion = "0450"
|
4
|
-
version = "1.3">
|
5
|
-
<BuildAction
|
6
|
-
parallelizeBuildables = "YES"
|
7
|
-
buildImplicitDependencies = "YES">
|
8
|
-
<BuildActionEntries>
|
9
|
-
<BuildActionEntry
|
10
|
-
buildForTesting = "YES"
|
11
|
-
buildForRunning = "YES"
|
12
|
-
buildForProfiling = "YES"
|
13
|
-
buildForArchiving = "YES"
|
14
|
-
buildForAnalyzing = "YES">
|
15
|
-
<BuildableReference
|
16
|
-
BuildableIdentifier = "primary"
|
17
|
-
BlueprintIdentifier = "1D0A439A1656ED2800D2DEA4"
|
18
|
-
BuildableName = "libAVClub.a"
|
19
|
-
BlueprintName = "AVClub"
|
20
|
-
ReferencedContainer = "container:AVClub.xcodeproj">
|
21
|
-
</BuildableReference>
|
22
|
-
</BuildActionEntry>
|
23
|
-
</BuildActionEntries>
|
24
|
-
</BuildAction>
|
25
|
-
<TestAction
|
26
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
27
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
28
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
29
|
-
buildConfiguration = "Debug">
|
30
|
-
<Testables>
|
31
|
-
</Testables>
|
32
|
-
</TestAction>
|
33
|
-
<LaunchAction
|
34
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
35
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
36
|
-
launchStyle = "0"
|
37
|
-
useCustomWorkingDirectory = "NO"
|
38
|
-
buildConfiguration = "Debug"
|
39
|
-
ignoresPersistentStateOnLaunch = "NO"
|
40
|
-
debugDocumentVersioning = "YES"
|
41
|
-
allowLocationSimulation = "YES">
|
42
|
-
<AdditionalOptions>
|
43
|
-
</AdditionalOptions>
|
44
|
-
</LaunchAction>
|
45
|
-
<ProfileAction
|
46
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
47
|
-
savedToolIdentifier = ""
|
48
|
-
useCustomWorkingDirectory = "NO"
|
49
|
-
buildConfiguration = "Release"
|
50
|
-
debugDocumentVersioning = "YES">
|
51
|
-
</ProfileAction>
|
52
|
-
<AnalyzeAction
|
53
|
-
buildConfiguration = "Debug">
|
54
|
-
</AnalyzeAction>
|
55
|
-
<ArchiveAction
|
56
|
-
buildConfiguration = "Release"
|
57
|
-
revealArchiveInOrganizer = "YES">
|
58
|
-
</ArchiveAction>
|
59
|
-
</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>AVClub.xcscheme</key>
|
8
|
-
<dict>
|
9
|
-
<key>orderHint</key>
|
10
|
-
<integer>0</integer>
|
11
|
-
</dict>
|
12
|
-
</dict>
|
13
|
-
<key>SuppressBuildableAutocreation</key>
|
14
|
-
<dict>
|
15
|
-
<key>1D0A439A1656ED2800D2DEA4</key>
|
16
|
-
<dict>
|
17
|
-
<key>primary</key>
|
18
|
-
<true/>
|
19
|
-
</dict>
|
20
|
-
</dict>
|
21
|
-
</dict>
|
22
|
-
</plist>
|