Skip to content

Commit 39efd82

Browse files
committed
Add Motion project
1 parent bda5f09 commit 39efd82

File tree

17 files changed

+836
-1
lines changed

17 files changed

+836
-1
lines changed
Lines changed: 324 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,324 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
5365E38B1875D15500466DA8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5365E38A1875D15500466DA8 /* Foundation.framework */; };
11+
5365E38D1875D15500466DA8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5365E38C1875D15500466DA8 /* CoreGraphics.framework */; };
12+
5365E38F1875D15500466DA8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5365E38E1875D15500466DA8 /* UIKit.framework */; };
13+
5365E3951875D15500466DA8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 5365E3931875D15500466DA8 /* InfoPlist.strings */; };
14+
5365E3971875D15500466DA8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365E3961875D15500466DA8 /* main.m */; };
15+
5365E39B1875D15500466DA8 /* UYLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365E39A1875D15500466DA8 /* UYLAppDelegate.m */; };
16+
5365E39E1875D15500466DA8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5365E39C1875D15500466DA8 /* Main.storyboard */; };
17+
5365E3A11875D15500466DA8 /* UYLViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365E3A01875D15500466DA8 /* UYLViewController.m */; };
18+
5365E3A31875D15500466DA8 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5365E3A21875D15500466DA8 /* Images.xcassets */; };
19+
/* End PBXBuildFile section */
20+
21+
/* Begin PBXFileReference section */
22+
5365E3871875D15500466DA8 /* Motion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Motion.app; sourceTree = BUILT_PRODUCTS_DIR; };
23+
5365E38A1875D15500466DA8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
24+
5365E38C1875D15500466DA8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
25+
5365E38E1875D15500466DA8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
5365E3921875D15500466DA8 /* Motion-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Motion-Info.plist"; sourceTree = "<group>"; };
27+
5365E3941875D15500466DA8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
28+
5365E3961875D15500466DA8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29+
5365E3981875D15500466DA8 /* Motion-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Motion-Prefix.pch"; sourceTree = "<group>"; };
30+
5365E3991875D15500466DA8 /* UYLAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UYLAppDelegate.h; sourceTree = "<group>"; };
31+
5365E39A1875D15500466DA8 /* UYLAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UYLAppDelegate.m; sourceTree = "<group>"; };
32+
5365E39D1875D15500466DA8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
33+
5365E39F1875D15500466DA8 /* UYLViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UYLViewController.h; sourceTree = "<group>"; };
34+
5365E3A01875D15500466DA8 /* UYLViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UYLViewController.m; sourceTree = "<group>"; };
35+
5365E3A21875D15500466DA8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
36+
5365E3A91875D15500466DA8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
37+
538A825E18775F0E0097C908 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
38+
/* End PBXFileReference section */
39+
40+
/* Begin PBXFrameworksBuildPhase section */
41+
5365E3841875D15500466DA8 /* Frameworks */ = {
42+
isa = PBXFrameworksBuildPhase;
43+
buildActionMask = 2147483647;
44+
files = (
45+
5365E38D1875D15500466DA8 /* CoreGraphics.framework in Frameworks */,
46+
5365E38F1875D15500466DA8 /* UIKit.framework in Frameworks */,
47+
5365E38B1875D15500466DA8 /* Foundation.framework in Frameworks */,
48+
);
49+
runOnlyForDeploymentPostprocessing = 0;
50+
};
51+
/* End PBXFrameworksBuildPhase section */
52+
53+
/* Begin PBXGroup section */
54+
5365E37E1875D15500466DA8 = {
55+
isa = PBXGroup;
56+
children = (
57+
538A825E18775F0E0097C908 /* README */,
58+
5365E3901875D15500466DA8 /* Motion */,
59+
5365E3891875D15500466DA8 /* Frameworks */,
60+
5365E3881875D15500466DA8 /* Products */,
61+
);
62+
sourceTree = "<group>";
63+
};
64+
5365E3881875D15500466DA8 /* Products */ = {
65+
isa = PBXGroup;
66+
children = (
67+
5365E3871875D15500466DA8 /* Motion.app */,
68+
);
69+
name = Products;
70+
sourceTree = "<group>";
71+
};
72+
5365E3891875D15500466DA8 /* Frameworks */ = {
73+
isa = PBXGroup;
74+
children = (
75+
5365E38A1875D15500466DA8 /* Foundation.framework */,
76+
5365E38C1875D15500466DA8 /* CoreGraphics.framework */,
77+
5365E38E1875D15500466DA8 /* UIKit.framework */,
78+
5365E3A91875D15500466DA8 /* XCTest.framework */,
79+
);
80+
name = Frameworks;
81+
sourceTree = "<group>";
82+
};
83+
5365E3901875D15500466DA8 /* Motion */ = {
84+
isa = PBXGroup;
85+
children = (
86+
5365E3991875D15500466DA8 /* UYLAppDelegate.h */,
87+
5365E39A1875D15500466DA8 /* UYLAppDelegate.m */,
88+
5365E39C1875D15500466DA8 /* Main.storyboard */,
89+
5365E39F1875D15500466DA8 /* UYLViewController.h */,
90+
5365E3A01875D15500466DA8 /* UYLViewController.m */,
91+
5365E3A21875D15500466DA8 /* Images.xcassets */,
92+
5365E3911875D15500466DA8 /* Supporting Files */,
93+
);
94+
path = Motion;
95+
sourceTree = "<group>";
96+
};
97+
5365E3911875D15500466DA8 /* Supporting Files */ = {
98+
isa = PBXGroup;
99+
children = (
100+
5365E3921875D15500466DA8 /* Motion-Info.plist */,
101+
5365E3931875D15500466DA8 /* InfoPlist.strings */,
102+
5365E3961875D15500466DA8 /* main.m */,
103+
5365E3981875D15500466DA8 /* Motion-Prefix.pch */,
104+
);
105+
name = "Supporting Files";
106+
sourceTree = "<group>";
107+
};
108+
/* End PBXGroup section */
109+
110+
/* Begin PBXNativeTarget section */
111+
5365E3861875D15500466DA8 /* Motion */ = {
112+
isa = PBXNativeTarget;
113+
buildConfigurationList = 5365E3B91875D15500466DA8 /* Build configuration list for PBXNativeTarget "Motion" */;
114+
buildPhases = (
115+
5365E3831875D15500466DA8 /* Sources */,
116+
5365E3841875D15500466DA8 /* Frameworks */,
117+
5365E3851875D15500466DA8 /* Resources */,
118+
);
119+
buildRules = (
120+
);
121+
dependencies = (
122+
);
123+
name = Motion;
124+
productName = Motion;
125+
productReference = 5365E3871875D15500466DA8 /* Motion.app */;
126+
productType = "com.apple.product-type.application";
127+
};
128+
/* End PBXNativeTarget section */
129+
130+
/* Begin PBXProject section */
131+
5365E37F1875D15500466DA8 /* Project object */ = {
132+
isa = PBXProject;
133+
attributes = {
134+
CLASSPREFIX = UYL;
135+
LastUpgradeCheck = 0500;
136+
ORGANIZATIONNAME = "Keith Harrison";
137+
};
138+
buildConfigurationList = 5365E3821875D15500466DA8 /* Build configuration list for PBXProject "Motion" */;
139+
compatibilityVersion = "Xcode 3.2";
140+
developmentRegion = English;
141+
hasScannedForEncodings = 0;
142+
knownRegions = (
143+
en,
144+
Base,
145+
);
146+
mainGroup = 5365E37E1875D15500466DA8;
147+
productRefGroup = 5365E3881875D15500466DA8 /* Products */;
148+
projectDirPath = "";
149+
projectRoot = "";
150+
targets = (
151+
5365E3861875D15500466DA8 /* Motion */,
152+
);
153+
};
154+
/* End PBXProject section */
155+
156+
/* Begin PBXResourcesBuildPhase section */
157+
5365E3851875D15500466DA8 /* Resources */ = {
158+
isa = PBXResourcesBuildPhase;
159+
buildActionMask = 2147483647;
160+
files = (
161+
5365E3A31875D15500466DA8 /* Images.xcassets in Resources */,
162+
5365E3951875D15500466DA8 /* InfoPlist.strings in Resources */,
163+
5365E39E1875D15500466DA8 /* Main.storyboard in Resources */,
164+
);
165+
runOnlyForDeploymentPostprocessing = 0;
166+
};
167+
/* End PBXResourcesBuildPhase section */
168+
169+
/* Begin PBXSourcesBuildPhase section */
170+
5365E3831875D15500466DA8 /* Sources */ = {
171+
isa = PBXSourcesBuildPhase;
172+
buildActionMask = 2147483647;
173+
files = (
174+
5365E3971875D15500466DA8 /* main.m in Sources */,
175+
5365E39B1875D15500466DA8 /* UYLAppDelegate.m in Sources */,
176+
5365E3A11875D15500466DA8 /* UYLViewController.m in Sources */,
177+
);
178+
runOnlyForDeploymentPostprocessing = 0;
179+
};
180+
/* End PBXSourcesBuildPhase section */
181+
182+
/* Begin PBXVariantGroup section */
183+
5365E3931875D15500466DA8 /* InfoPlist.strings */ = {
184+
isa = PBXVariantGroup;
185+
children = (
186+
5365E3941875D15500466DA8 /* en */,
187+
);
188+
name = InfoPlist.strings;
189+
sourceTree = "<group>";
190+
};
191+
5365E39C1875D15500466DA8 /* Main.storyboard */ = {
192+
isa = PBXVariantGroup;
193+
children = (
194+
5365E39D1875D15500466DA8 /* Base */,
195+
);
196+
name = Main.storyboard;
197+
sourceTree = "<group>";
198+
};
199+
/* End PBXVariantGroup section */
200+
201+
/* Begin XCBuildConfiguration section */
202+
5365E3B71875D15500466DA8 /* Debug */ = {
203+
isa = XCBuildConfiguration;
204+
buildSettings = {
205+
ALWAYS_SEARCH_USER_PATHS = NO;
206+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
207+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
208+
CLANG_CXX_LIBRARY = "libc++";
209+
CLANG_ENABLE_MODULES = YES;
210+
CLANG_ENABLE_OBJC_ARC = YES;
211+
CLANG_WARN_BOOL_CONVERSION = YES;
212+
CLANG_WARN_CONSTANT_CONVERSION = YES;
213+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
214+
CLANG_WARN_EMPTY_BODY = YES;
215+
CLANG_WARN_ENUM_CONVERSION = YES;
216+
CLANG_WARN_INT_CONVERSION = YES;
217+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
218+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
219+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
220+
COPY_PHASE_STRIP = NO;
221+
GCC_C_LANGUAGE_STANDARD = gnu99;
222+
GCC_DYNAMIC_NO_PIC = NO;
223+
GCC_OPTIMIZATION_LEVEL = 0;
224+
GCC_PREPROCESSOR_DEFINITIONS = (
225+
"DEBUG=1",
226+
"$(inherited)",
227+
);
228+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
229+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
230+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
231+
GCC_WARN_UNDECLARED_SELECTOR = YES;
232+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
233+
GCC_WARN_UNUSED_FUNCTION = YES;
234+
GCC_WARN_UNUSED_VARIABLE = YES;
235+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
236+
ONLY_ACTIVE_ARCH = YES;
237+
SDKROOT = iphoneos;
238+
};
239+
name = Debug;
240+
};
241+
5365E3B81875D15500466DA8 /* Release */ = {
242+
isa = XCBuildConfiguration;
243+
buildSettings = {
244+
ALWAYS_SEARCH_USER_PATHS = NO;
245+
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
246+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
247+
CLANG_CXX_LIBRARY = "libc++";
248+
CLANG_ENABLE_MODULES = YES;
249+
CLANG_ENABLE_OBJC_ARC = YES;
250+
CLANG_WARN_BOOL_CONVERSION = YES;
251+
CLANG_WARN_CONSTANT_CONVERSION = YES;
252+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
253+
CLANG_WARN_EMPTY_BODY = YES;
254+
CLANG_WARN_ENUM_CONVERSION = YES;
255+
CLANG_WARN_INT_CONVERSION = YES;
256+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
257+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
258+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
259+
COPY_PHASE_STRIP = YES;
260+
ENABLE_NS_ASSERTIONS = NO;
261+
GCC_C_LANGUAGE_STANDARD = gnu99;
262+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
263+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
264+
GCC_WARN_UNDECLARED_SELECTOR = YES;
265+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
266+
GCC_WARN_UNUSED_FUNCTION = YES;
267+
GCC_WARN_UNUSED_VARIABLE = YES;
268+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
269+
SDKROOT = iphoneos;
270+
VALIDATE_PRODUCT = YES;
271+
};
272+
name = Release;
273+
};
274+
5365E3BA1875D15500466DA8 /* Debug */ = {
275+
isa = XCBuildConfiguration;
276+
buildSettings = {
277+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
279+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
280+
GCC_PREFIX_HEADER = "Motion/Motion-Prefix.pch";
281+
INFOPLIST_FILE = "Motion/Motion-Info.plist";
282+
PRODUCT_NAME = "$(TARGET_NAME)";
283+
WRAPPER_EXTENSION = app;
284+
};
285+
name = Debug;
286+
};
287+
5365E3BB1875D15500466DA8 /* Release */ = {
288+
isa = XCBuildConfiguration;
289+
buildSettings = {
290+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
292+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
293+
GCC_PREFIX_HEADER = "Motion/Motion-Prefix.pch";
294+
INFOPLIST_FILE = "Motion/Motion-Info.plist";
295+
PRODUCT_NAME = "$(TARGET_NAME)";
296+
WRAPPER_EXTENSION = app;
297+
};
298+
name = Release;
299+
};
300+
/* End XCBuildConfiguration section */
301+
302+
/* Begin XCConfigurationList section */
303+
5365E3821875D15500466DA8 /* Build configuration list for PBXProject "Motion" */ = {
304+
isa = XCConfigurationList;
305+
buildConfigurations = (
306+
5365E3B71875D15500466DA8 /* Debug */,
307+
5365E3B81875D15500466DA8 /* Release */,
308+
);
309+
defaultConfigurationIsVisible = 0;
310+
defaultConfigurationName = Release;
311+
};
312+
5365E3B91875D15500466DA8 /* Build configuration list for PBXNativeTarget "Motion" */ = {
313+
isa = XCConfigurationList;
314+
buildConfigurations = (
315+
5365E3BA1875D15500466DA8 /* Debug */,
316+
5365E3BB1875D15500466DA8 /* Release */,
317+
);
318+
defaultConfigurationIsVisible = 0;
319+
defaultConfigurationName = Release;
320+
};
321+
/* End XCConfigurationList section */
322+
};
323+
rootObject = 5365E37F1875D15500466DA8 /* Project object */;
324+
}

0 commit comments

Comments
 (0)