Skip to content

Commit d1f2f7b

Browse files
committed
Initial Commit
0 parents  commit d1f2f7b

10 files changed

Lines changed: 623 additions & 0 deletions

File tree

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

AlertViewController.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0830"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
</Testables>
16+
<AdditionalOptions>
17+
</AdditionalOptions>
18+
</TestAction>
19+
<LaunchAction
20+
buildConfiguration = "Debug"
21+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
22+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
23+
launchStyle = "0"
24+
useCustomWorkingDirectory = "NO"
25+
ignoresPersistentStateOnLaunch = "NO"
26+
debugDocumentVersioning = "YES"
27+
debugServiceExtension = "internal"
28+
allowLocationSimulation = "YES">
29+
<AdditionalOptions>
30+
</AdditionalOptions>
31+
</LaunchAction>
32+
<ProfileAction
33+
buildConfiguration = "Release"
34+
shouldUseLaunchSchemeArgsEnv = "YES"
35+
savedToolIdentifier = ""
36+
useCustomWorkingDirectory = "NO"
37+
debugDocumentVersioning = "YES">
38+
</ProfileAction>
39+
<AnalyzeAction
40+
buildConfiguration = "Debug">
41+
</AnalyzeAction>
42+
<ArchiveAction
43+
buildConfiguration = "Release"
44+
revealArchiveInOrganizer = "YES">
45+
</ArchiveAction>
46+
</Scheme>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>AlertViewController.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>9F7476EC1F288C33000E2B6A</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)