Skip to content

Commit ea48418

Browse files
committed
Initial Commit
0 parents  commit ea48418

File tree

10 files changed

+608
-0
lines changed

10 files changed

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

DynamicFontSizeExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
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>
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>DynamicFontSizeExample.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>29F2024E1CA13E4E00AA0746</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)