Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit d47be73

Browse files
committed
Project 18 - LimitCharacters init
1 parent 2741b68 commit d47be73

File tree

10 files changed

+620
-0
lines changed

10 files changed

+620
-0
lines changed
1.31 MB
Loading
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+
E4F492D31DED2E55008CD280 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4F492D21DED2E55008CD280 /* AppDelegate.swift */; };
11+
E4F492D51DED2E55008CD280 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4F492D41DED2E55008CD280 /* ViewController.swift */; };
12+
E4F492D81DED2E55008CD280 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4F492D61DED2E55008CD280 /* Main.storyboard */; };
13+
E4F492DA1DED2E55008CD280 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E4F492D91DED2E55008CD280 /* Assets.xcassets */; };
14+
E4F492DD1DED2E55008CD280 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E4F492DB1DED2E55008CD280 /* LaunchScreen.storyboard */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
E4F492CF1DED2E55008CD280 /* LimitCharacters.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LimitCharacters.app; sourceTree = BUILT_PRODUCTS_DIR; };
19+
E4F492D21DED2E55008CD280 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
20+
E4F492D41DED2E55008CD280 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
21+
E4F492D71DED2E55008CD280 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
22+
E4F492D91DED2E55008CD280 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
23+
E4F492DC1DED2E55008CD280 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
24+
E4F492DE1DED2E55008CD280 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
25+
/* End PBXFileReference section */
26+
27+
/* Begin PBXFrameworksBuildPhase section */
28+
E4F492CC1DED2E55008CD280 /* Frameworks */ = {
29+
isa = PBXFrameworksBuildPhase;
30+
buildActionMask = 2147483647;
31+
files = (
32+
);
33+
runOnlyForDeploymentPostprocessing = 0;
34+
};
35+
/* End PBXFrameworksBuildPhase section */
36+
37+
/* Begin PBXGroup section */
38+
E4F492C61DED2E55008CD280 = {
39+
isa = PBXGroup;
40+
children = (
41+
E4F492D11DED2E55008CD280 /* LimitCharacters */,
42+
E4F492D01DED2E55008CD280 /* Products */,
43+
);
44+
sourceTree = "<group>";
45+
};
46+
E4F492D01DED2E55008CD280 /* Products */ = {
47+
isa = PBXGroup;
48+
children = (
49+
E4F492CF1DED2E55008CD280 /* LimitCharacters.app */,
50+
);
51+
name = Products;
52+
sourceTree = "<group>";
53+
};
54+
E4F492D11DED2E55008CD280 /* LimitCharacters */ = {
55+
isa = PBXGroup;
56+
children = (
57+
E4F492D21DED2E55008CD280 /* AppDelegate.swift */,
58+
E4F492D41DED2E55008CD280 /* ViewController.swift */,
59+
E4F492D61DED2E55008CD280 /* Main.storyboard */,
60+
E4F492D91DED2E55008CD280 /* Assets.xcassets */,
61+
E4F492DB1DED2E55008CD280 /* LaunchScreen.storyboard */,
62+
E4F492DE1DED2E55008CD280 /* Info.plist */,
63+
);
64+
path = LimitCharacters;
65+
sourceTree = "<group>";
66+
};
67+
/* End PBXGroup section */
68+
69+
/* Begin PBXNativeTarget section */
70+
E4F492CE1DED2E55008CD280 /* LimitCharacters */ = {
71+
isa = PBXNativeTarget;
72+
buildConfigurationList = E4F492E11DED2E55008CD280 /* Build configuration list for PBXNativeTarget "LimitCharacters" */;
73+
buildPhases = (
74+
E4F492CB1DED2E55008CD280 /* Sources */,
75+
E4F492CC1DED2E55008CD280 /* Frameworks */,
76+
E4F492CD1DED2E55008CD280 /* Resources */,
77+
);
78+
buildRules = (
79+
);
80+
dependencies = (
81+
);
82+
name = LimitCharacters;
83+
productName = LimitCharacters;
84+
productReference = E4F492CF1DED2E55008CD280 /* LimitCharacters.app */;
85+
productType = "com.apple.product-type.application";
86+
};
87+
/* End PBXNativeTarget section */
88+
89+
/* Begin PBXProject section */
90+
E4F492C71DED2E55008CD280 /* Project object */ = {
91+
isa = PBXProject;
92+
attributes = {
93+
LastSwiftUpdateCheck = 0810;
94+
LastUpgradeCheck = 0810;
95+
ORGANIZATIONNAME = swiftdrive;
96+
TargetAttributes = {
97+
E4F492CE1DED2E55008CD280 = {
98+
CreatedOnToolsVersion = 8.1;
99+
DevelopmentTeam = L87YACW6V9;
100+
ProvisioningStyle = Automatic;
101+
};
102+
};
103+
};
104+
buildConfigurationList = E4F492CA1DED2E55008CD280 /* Build configuration list for PBXProject "LimitCharacters" */;
105+
compatibilityVersion = "Xcode 3.2";
106+
developmentRegion = English;
107+
hasScannedForEncodings = 0;
108+
knownRegions = (
109+
en,
110+
Base,
111+
);
112+
mainGroup = E4F492C61DED2E55008CD280;
113+
productRefGroup = E4F492D01DED2E55008CD280 /* Products */;
114+
projectDirPath = "";
115+
projectRoot = "";
116+
targets = (
117+
E4F492CE1DED2E55008CD280 /* LimitCharacters */,
118+
);
119+
};
120+
/* End PBXProject section */
121+
122+
/* Begin PBXResourcesBuildPhase section */
123+
E4F492CD1DED2E55008CD280 /* Resources */ = {
124+
isa = PBXResourcesBuildPhase;
125+
buildActionMask = 2147483647;
126+
files = (
127+
E4F492DD1DED2E55008CD280 /* LaunchScreen.storyboard in Resources */,
128+
E4F492DA1DED2E55008CD280 /* Assets.xcassets in Resources */,
129+
E4F492D81DED2E55008CD280 /* Main.storyboard in Resources */,
130+
);
131+
runOnlyForDeploymentPostprocessing = 0;
132+
};
133+
/* End PBXResourcesBuildPhase section */
134+
135+
/* Begin PBXSourcesBuildPhase section */
136+
E4F492CB1DED2E55008CD280 /* Sources */ = {
137+
isa = PBXSourcesBuildPhase;
138+
buildActionMask = 2147483647;
139+
files = (
140+
E4F492D51DED2E55008CD280 /* ViewController.swift in Sources */,
141+
E4F492D31DED2E55008CD280 /* AppDelegate.swift in Sources */,
142+
);
143+
runOnlyForDeploymentPostprocessing = 0;
144+
};
145+
/* End PBXSourcesBuildPhase section */
146+
147+
/* Begin PBXVariantGroup section */
148+
E4F492D61DED2E55008CD280 /* Main.storyboard */ = {
149+
isa = PBXVariantGroup;
150+
children = (
151+
E4F492D71DED2E55008CD280 /* Base */,
152+
);
153+
name = Main.storyboard;
154+
sourceTree = "<group>";
155+
};
156+
E4F492DB1DED2E55008CD280 /* LaunchScreen.storyboard */ = {
157+
isa = PBXVariantGroup;
158+
children = (
159+
E4F492DC1DED2E55008CD280 /* Base */,
160+
);
161+
name = LaunchScreen.storyboard;
162+
sourceTree = "<group>";
163+
};
164+
/* End PBXVariantGroup section */
165+
166+
/* Begin XCBuildConfiguration section */
167+
E4F492DF1DED2E55008CD280 /* 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_MOVES = 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.1;
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+
E4F492E01DED2E55008CD280 /* 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_MOVES = 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.1;
251+
MTL_ENABLE_DEBUG_INFO = NO;
252+
SDKROOT = iphoneos;
253+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
254+
VALIDATE_PRODUCT = YES;
255+
};
256+
name = Release;
257+
};
258+
E4F492E21DED2E55008CD280 /* Debug */ = {
259+
isa = XCBuildConfiguration;
260+
buildSettings = {
261+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
262+
DEVELOPMENT_TEAM = L87YACW6V9;
263+
INFOPLIST_FILE = LimitCharacters/Info.plist;
264+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
265+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftdrive.LimitCharacters;
266+
PRODUCT_NAME = "$(TARGET_NAME)";
267+
SWIFT_VERSION = 3.0;
268+
};
269+
name = Debug;
270+
};
271+
E4F492E31DED2E55008CD280 /* Release */ = {
272+
isa = XCBuildConfiguration;
273+
buildSettings = {
274+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
275+
DEVELOPMENT_TEAM = L87YACW6V9;
276+
INFOPLIST_FILE = LimitCharacters/Info.plist;
277+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
278+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftdrive.LimitCharacters;
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+
E4F492CA1DED2E55008CD280 /* Build configuration list for PBXProject "LimitCharacters" */ = {
288+
isa = XCConfigurationList;
289+
buildConfigurations = (
290+
E4F492DF1DED2E55008CD280 /* Debug */,
291+
E4F492E01DED2E55008CD280 /* Release */,
292+
);
293+
defaultConfigurationIsVisible = 0;
294+
defaultConfigurationName = Release;
295+
};
296+
E4F492E11DED2E55008CD280 /* Build configuration list for PBXNativeTarget "LimitCharacters" */ = {
297+
isa = XCConfigurationList;
298+
buildConfigurations = (
299+
E4F492E21DED2E55008CD280 /* Debug */,
300+
E4F492E31DED2E55008CD280 /* Release */,
301+
);
302+
defaultConfigurationIsVisible = 0;
303+
};
304+
/* End XCConfigurationList section */
305+
};
306+
rootObject = E4F492C71DED2E55008CD280 /* Project object */;
307+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0810"
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 = "E4F492CE1DED2E55008CD280"
18+
BuildableName = "LimitCharacters.app"
19+
BlueprintName = "LimitCharacters"
20+
ReferencedContainer = "container:LimitCharacters.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "E4F492CE1DED2E55008CD280"
36+
BuildableName = "LimitCharacters.app"
37+
BlueprintName = "LimitCharacters"
38+
ReferencedContainer = "container:LimitCharacters.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "E4F492CE1DED2E55008CD280"
59+
BuildableName = "LimitCharacters.app"
60+
BlueprintName = "LimitCharacters"
61+
ReferencedContainer = "container:LimitCharacters.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "E4F492CE1DED2E55008CD280"
78+
BuildableName = "LimitCharacters.app"
79+
BlueprintName = "LimitCharacters"
80+
ReferencedContainer = "container:LimitCharacters.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>

0 commit comments

Comments
 (0)