Skip to content

Commit e26fc77

Browse files
okvic77Victor Rojas
authored and
Victor Rojas
committed
Initial Commit
0 parents  commit e26fc77

File tree

13 files changed

+676
-0
lines changed

13 files changed

+676
-0
lines changed

Plane.xcodeproj/project.pbxproj

+306
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
007646CA1BED2523001B6DA4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 007646C91BED2523001B6DA4 /* main.m */; };
11+
007646CD1BED2523001B6DA4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 007646CC1BED2523001B6DA4 /* AppDelegate.m */; };
12+
007646D01BED2523001B6DA4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 007646CF1BED2523001B6DA4 /* ViewController.m */; };
13+
007646D31BED2523001B6DA4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 007646D11BED2523001B6DA4 /* Main.storyboard */; };
14+
007646D51BED2523001B6DA4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 007646D41BED2523001B6DA4 /* Assets.xcassets */; };
15+
007646D81BED2523001B6DA4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 007646D61BED2523001B6DA4 /* LaunchScreen.storyboard */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
007646C51BED2523001B6DA4 /* Plane.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Plane.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
007646C91BED2523001B6DA4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
21+
007646CB1BED2523001B6DA4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22+
007646CC1BED2523001B6DA4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23+
007646CE1BED2523001B6DA4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24+
007646CF1BED2523001B6DA4 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25+
007646D21BED2523001B6DA4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
007646D41BED2523001B6DA4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
007646D71BED2523001B6DA4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
007646D91BED2523001B6DA4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
007646C21BED2523001B6DA4 /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
007646BC1BED2523001B6DA4 = {
43+
isa = PBXGroup;
44+
children = (
45+
007646C71BED2523001B6DA4 /* Plane */,
46+
007646C61BED2523001B6DA4 /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
007646C61BED2523001B6DA4 /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
007646C51BED2523001B6DA4 /* Plane.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
007646C71BED2523001B6DA4 /* Plane */ = {
59+
isa = PBXGroup;
60+
children = (
61+
007646CB1BED2523001B6DA4 /* AppDelegate.h */,
62+
007646CC1BED2523001B6DA4 /* AppDelegate.m */,
63+
007646CE1BED2523001B6DA4 /* ViewController.h */,
64+
007646CF1BED2523001B6DA4 /* ViewController.m */,
65+
007646D11BED2523001B6DA4 /* Main.storyboard */,
66+
007646D41BED2523001B6DA4 /* Assets.xcassets */,
67+
007646D61BED2523001B6DA4 /* LaunchScreen.storyboard */,
68+
007646D91BED2523001B6DA4 /* Info.plist */,
69+
007646C81BED2523001B6DA4 /* Supporting Files */,
70+
);
71+
path = Plane;
72+
sourceTree = "<group>";
73+
};
74+
007646C81BED2523001B6DA4 /* Supporting Files */ = {
75+
isa = PBXGroup;
76+
children = (
77+
007646C91BED2523001B6DA4 /* main.m */,
78+
);
79+
name = "Supporting Files";
80+
sourceTree = "<group>";
81+
};
82+
/* End PBXGroup section */
83+
84+
/* Begin PBXNativeTarget section */
85+
007646C41BED2523001B6DA4 /* Plane */ = {
86+
isa = PBXNativeTarget;
87+
buildConfigurationList = 007646DC1BED2523001B6DA4 /* Build configuration list for PBXNativeTarget "Plane" */;
88+
buildPhases = (
89+
007646C11BED2523001B6DA4 /* Sources */,
90+
007646C21BED2523001B6DA4 /* Frameworks */,
91+
007646C31BED2523001B6DA4 /* Resources */,
92+
);
93+
buildRules = (
94+
);
95+
dependencies = (
96+
);
97+
name = Plane;
98+
productName = Plane;
99+
productReference = 007646C51BED2523001B6DA4 /* Plane.app */;
100+
productType = "com.apple.product-type.application";
101+
};
102+
/* End PBXNativeTarget section */
103+
104+
/* Begin PBXProject section */
105+
007646BD1BED2523001B6DA4 /* Project object */ = {
106+
isa = PBXProject;
107+
attributes = {
108+
LastUpgradeCheck = 0710;
109+
ORGANIZATIONNAME = "Victor Rojas";
110+
TargetAttributes = {
111+
007646C41BED2523001B6DA4 = {
112+
CreatedOnToolsVersion = 7.1;
113+
DevelopmentTeam = RJ5CNQSPR4;
114+
};
115+
};
116+
};
117+
buildConfigurationList = 007646C01BED2523001B6DA4 /* Build configuration list for PBXProject "Plane" */;
118+
compatibilityVersion = "Xcode 3.2";
119+
developmentRegion = English;
120+
hasScannedForEncodings = 0;
121+
knownRegions = (
122+
en,
123+
Base,
124+
);
125+
mainGroup = 007646BC1BED2523001B6DA4;
126+
productRefGroup = 007646C61BED2523001B6DA4 /* Products */;
127+
projectDirPath = "";
128+
projectRoot = "";
129+
targets = (
130+
007646C41BED2523001B6DA4 /* Plane */,
131+
);
132+
};
133+
/* End PBXProject section */
134+
135+
/* Begin PBXResourcesBuildPhase section */
136+
007646C31BED2523001B6DA4 /* Resources */ = {
137+
isa = PBXResourcesBuildPhase;
138+
buildActionMask = 2147483647;
139+
files = (
140+
007646D81BED2523001B6DA4 /* LaunchScreen.storyboard in Resources */,
141+
007646D51BED2523001B6DA4 /* Assets.xcassets in Resources */,
142+
007646D31BED2523001B6DA4 /* Main.storyboard in Resources */,
143+
);
144+
runOnlyForDeploymentPostprocessing = 0;
145+
};
146+
/* End PBXResourcesBuildPhase section */
147+
148+
/* Begin PBXSourcesBuildPhase section */
149+
007646C11BED2523001B6DA4 /* Sources */ = {
150+
isa = PBXSourcesBuildPhase;
151+
buildActionMask = 2147483647;
152+
files = (
153+
007646D01BED2523001B6DA4 /* ViewController.m in Sources */,
154+
007646CD1BED2523001B6DA4 /* AppDelegate.m in Sources */,
155+
007646CA1BED2523001B6DA4 /* main.m in Sources */,
156+
);
157+
runOnlyForDeploymentPostprocessing = 0;
158+
};
159+
/* End PBXSourcesBuildPhase section */
160+
161+
/* Begin PBXVariantGroup section */
162+
007646D11BED2523001B6DA4 /* Main.storyboard */ = {
163+
isa = PBXVariantGroup;
164+
children = (
165+
007646D21BED2523001B6DA4 /* Base */,
166+
);
167+
name = Main.storyboard;
168+
sourceTree = "<group>";
169+
};
170+
007646D61BED2523001B6DA4 /* LaunchScreen.storyboard */ = {
171+
isa = PBXVariantGroup;
172+
children = (
173+
007646D71BED2523001B6DA4 /* Base */,
174+
);
175+
name = LaunchScreen.storyboard;
176+
sourceTree = "<group>";
177+
};
178+
/* End PBXVariantGroup section */
179+
180+
/* Begin XCBuildConfiguration section */
181+
007646DA1BED2523001B6DA4 /* Debug */ = {
182+
isa = XCBuildConfiguration;
183+
buildSettings = {
184+
ALWAYS_SEARCH_USER_PATHS = NO;
185+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
186+
CLANG_CXX_LIBRARY = "libc++";
187+
CLANG_ENABLE_MODULES = YES;
188+
CLANG_ENABLE_OBJC_ARC = YES;
189+
CLANG_WARN_BOOL_CONVERSION = YES;
190+
CLANG_WARN_CONSTANT_CONVERSION = YES;
191+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
192+
CLANG_WARN_EMPTY_BODY = YES;
193+
CLANG_WARN_ENUM_CONVERSION = YES;
194+
CLANG_WARN_INT_CONVERSION = YES;
195+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
196+
CLANG_WARN_UNREACHABLE_CODE = YES;
197+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
198+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
199+
COPY_PHASE_STRIP = NO;
200+
DEBUG_INFORMATION_FORMAT = dwarf;
201+
ENABLE_STRICT_OBJC_MSGSEND = YES;
202+
ENABLE_TESTABILITY = YES;
203+
GCC_C_LANGUAGE_STANDARD = gnu99;
204+
GCC_DYNAMIC_NO_PIC = NO;
205+
GCC_NO_COMMON_BLOCKS = YES;
206+
GCC_OPTIMIZATION_LEVEL = 0;
207+
GCC_PREPROCESSOR_DEFINITIONS = (
208+
"DEBUG=1",
209+
"$(inherited)",
210+
);
211+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213+
GCC_WARN_UNDECLARED_SELECTOR = YES;
214+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215+
GCC_WARN_UNUSED_FUNCTION = YES;
216+
GCC_WARN_UNUSED_VARIABLE = YES;
217+
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
218+
MTL_ENABLE_DEBUG_INFO = YES;
219+
ONLY_ACTIVE_ARCH = YES;
220+
SDKROOT = iphoneos;
221+
};
222+
name = Debug;
223+
};
224+
007646DB1BED2523001B6DA4 /* Release */ = {
225+
isa = XCBuildConfiguration;
226+
buildSettings = {
227+
ALWAYS_SEARCH_USER_PATHS = NO;
228+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
229+
CLANG_CXX_LIBRARY = "libc++";
230+
CLANG_ENABLE_MODULES = YES;
231+
CLANG_ENABLE_OBJC_ARC = YES;
232+
CLANG_WARN_BOOL_CONVERSION = YES;
233+
CLANG_WARN_CONSTANT_CONVERSION = YES;
234+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
235+
CLANG_WARN_EMPTY_BODY = YES;
236+
CLANG_WARN_ENUM_CONVERSION = YES;
237+
CLANG_WARN_INT_CONVERSION = YES;
238+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
239+
CLANG_WARN_UNREACHABLE_CODE = YES;
240+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
241+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
242+
COPY_PHASE_STRIP = NO;
243+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
244+
ENABLE_NS_ASSERTIONS = NO;
245+
ENABLE_STRICT_OBJC_MSGSEND = YES;
246+
GCC_C_LANGUAGE_STANDARD = gnu99;
247+
GCC_NO_COMMON_BLOCKS = YES;
248+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
249+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
250+
GCC_WARN_UNDECLARED_SELECTOR = YES;
251+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
252+
GCC_WARN_UNUSED_FUNCTION = YES;
253+
GCC_WARN_UNUSED_VARIABLE = YES;
254+
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
255+
MTL_ENABLE_DEBUG_INFO = NO;
256+
SDKROOT = iphoneos;
257+
VALIDATE_PRODUCT = YES;
258+
};
259+
name = Release;
260+
};
261+
007646DD1BED2523001B6DA4 /* Debug */ = {
262+
isa = XCBuildConfiguration;
263+
buildSettings = {
264+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
265+
INFOPLIST_FILE = Plane/Info.plist;
266+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
267+
PRODUCT_BUNDLE_IDENTIFIER = "com.itesm-a01065720.Plane";
268+
PRODUCT_NAME = "$(TARGET_NAME)";
269+
};
270+
name = Debug;
271+
};
272+
007646DE1BED2523001B6DA4 /* Release */ = {
273+
isa = XCBuildConfiguration;
274+
buildSettings = {
275+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276+
INFOPLIST_FILE = Plane/Info.plist;
277+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
278+
PRODUCT_BUNDLE_IDENTIFIER = "com.itesm-a01065720.Plane";
279+
PRODUCT_NAME = "$(TARGET_NAME)";
280+
};
281+
name = Release;
282+
};
283+
/* End XCBuildConfiguration section */
284+
285+
/* Begin XCConfigurationList section */
286+
007646C01BED2523001B6DA4 /* Build configuration list for PBXProject "Plane" */ = {
287+
isa = XCConfigurationList;
288+
buildConfigurations = (
289+
007646DA1BED2523001B6DA4 /* Debug */,
290+
007646DB1BED2523001B6DA4 /* Release */,
291+
);
292+
defaultConfigurationIsVisible = 0;
293+
defaultConfigurationName = Release;
294+
};
295+
007646DC1BED2523001B6DA4 /* Build configuration list for PBXNativeTarget "Plane" */ = {
296+
isa = XCConfigurationList;
297+
buildConfigurations = (
298+
007646DD1BED2523001B6DA4 /* Debug */,
299+
007646DE1BED2523001B6DA4 /* Release */,
300+
);
301+
defaultConfigurationIsVisible = 0;
302+
};
303+
/* End XCConfigurationList section */
304+
};
305+
rootObject = 007646BD1BED2523001B6DA4 /* Project object */;
306+
}

Plane.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)