Skip to content

Commit 1bcedf8

Browse files
committed
Hello World
1 parent 34287b0 commit 1bcedf8

File tree

22 files changed

+1348
-0
lines changed

22 files changed

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

2/HelloWordExercise/HelloWord.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)