Skip to content

Commit 152d7f1

Browse files
committed
Added CustomFontDemo
1 parent 4185da8 commit 152d7f1

File tree

19 files changed

+846
-0
lines changed

19 files changed

+846
-0
lines changed
Lines changed: 307 additions & 0 deletions
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+
E291FB75176797CF0082730F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E291FB74176797CF0082730F /* UIKit.framework */; };
11+
E291FB77176797CF0082730F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E291FB76176797CF0082730F /* Foundation.framework */; };
12+
E291FB79176797CF0082730F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E291FB78176797CF0082730F /* CoreGraphics.framework */; };
13+
E291FB7F176797CF0082730F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E291FB7D176797CF0082730F /* InfoPlist.strings */; };
14+
E291FB81176797CF0082730F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E291FB80176797CF0082730F /* main.m */; };
15+
E291FB85176797CF0082730F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E291FB84176797CF0082730F /* AppDelegate.m */; };
16+
E291FB87176797CF0082730F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = E291FB86176797CF0082730F /* Default.png */; };
17+
E291FB89176797CF0082730F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E291FB88176797CF0082730F /* [email protected] */; };
18+
E291FB8B176797CF0082730F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E291FB8A176797CF0082730F /* [email protected] */; };
19+
E291FB8E176797CF0082730F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E291FB8D176797CF0082730F /* ViewController.m */; };
20+
E291FB91176797CF0082730F /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E291FB8F176797CF0082730F /* ViewController.xib */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
E291FB71176797CF0082730F /* CustomFontDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CustomFontDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
E291FB74176797CF0082730F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
E291FB76176797CF0082730F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
E291FB78176797CF0082730F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
E291FB7C176797CF0082730F /* CustomFontDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CustomFontDemo-Info.plist"; sourceTree = "<group>"; };
29+
E291FB7E176797CF0082730F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
E291FB80176797CF0082730F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
E291FB82176797CF0082730F /* CustomFontDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CustomFontDemo-Prefix.pch"; sourceTree = "<group>"; };
32+
E291FB83176797CF0082730F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33+
E291FB84176797CF0082730F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34+
E291FB86176797CF0082730F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
35+
E291FB88176797CF0082730F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
36+
E291FB8A176797CF0082730F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
37+
E291FB8C176797CF0082730F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
38+
E291FB8D176797CF0082730F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
39+
E291FB90176797CF0082730F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
40+
E291FB9A1767B9080082730F /* wakingup.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = wakingup.ttf; sourceTree = "<group>"; };
41+
/* End PBXFileReference section */
42+
43+
/* Begin PBXFrameworksBuildPhase section */
44+
E291FB6E176797CF0082730F /* Frameworks */ = {
45+
isa = PBXFrameworksBuildPhase;
46+
buildActionMask = 2147483647;
47+
files = (
48+
E291FB75176797CF0082730F /* UIKit.framework in Frameworks */,
49+
E291FB77176797CF0082730F /* Foundation.framework in Frameworks */,
50+
E291FB79176797CF0082730F /* CoreGraphics.framework in Frameworks */,
51+
);
52+
runOnlyForDeploymentPostprocessing = 0;
53+
};
54+
/* End PBXFrameworksBuildPhase section */
55+
56+
/* Begin PBXGroup section */
57+
E291FB68176797CF0082730F = {
58+
isa = PBXGroup;
59+
children = (
60+
E291FB7A176797CF0082730F /* CustomFontDemo */,
61+
E291FB73176797CF0082730F /* Frameworks */,
62+
E291FB72176797CF0082730F /* Products */,
63+
);
64+
sourceTree = "<group>";
65+
};
66+
E291FB72176797CF0082730F /* Products */ = {
67+
isa = PBXGroup;
68+
children = (
69+
E291FB71176797CF0082730F /* CustomFontDemo.app */,
70+
);
71+
name = Products;
72+
sourceTree = "<group>";
73+
};
74+
E291FB73176797CF0082730F /* Frameworks */ = {
75+
isa = PBXGroup;
76+
children = (
77+
E291FB74176797CF0082730F /* UIKit.framework */,
78+
E291FB76176797CF0082730F /* Foundation.framework */,
79+
E291FB78176797CF0082730F /* CoreGraphics.framework */,
80+
);
81+
name = Frameworks;
82+
sourceTree = "<group>";
83+
};
84+
E291FB7A176797CF0082730F /* CustomFontDemo */ = {
85+
isa = PBXGroup;
86+
children = (
87+
E291FB83176797CF0082730F /* AppDelegate.h */,
88+
E291FB84176797CF0082730F /* AppDelegate.m */,
89+
E291FB8C176797CF0082730F /* ViewController.h */,
90+
E291FB8D176797CF0082730F /* ViewController.m */,
91+
E291FB8F176797CF0082730F /* ViewController.xib */,
92+
E291FB9A1767B9080082730F /* wakingup.ttf */,
93+
E291FB7B176797CF0082730F /* Supporting Files */,
94+
);
95+
path = CustomFontDemo;
96+
sourceTree = "<group>";
97+
};
98+
E291FB7B176797CF0082730F /* Supporting Files */ = {
99+
isa = PBXGroup;
100+
children = (
101+
E291FB7C176797CF0082730F /* CustomFontDemo-Info.plist */,
102+
E291FB7D176797CF0082730F /* InfoPlist.strings */,
103+
E291FB80176797CF0082730F /* main.m */,
104+
E291FB82176797CF0082730F /* CustomFontDemo-Prefix.pch */,
105+
E291FB86176797CF0082730F /* Default.png */,
106+
E291FB88176797CF0082730F /* [email protected] */,
107+
E291FB8A176797CF0082730F /* [email protected] */,
108+
);
109+
name = "Supporting Files";
110+
sourceTree = "<group>";
111+
};
112+
/* End PBXGroup section */
113+
114+
/* Begin PBXNativeTarget section */
115+
E291FB70176797CF0082730F /* CustomFontDemo */ = {
116+
isa = PBXNativeTarget;
117+
buildConfigurationList = E291FB94176797CF0082730F /* Build configuration list for PBXNativeTarget "CustomFontDemo" */;
118+
buildPhases = (
119+
E291FB6D176797CF0082730F /* Sources */,
120+
E291FB6E176797CF0082730F /* Frameworks */,
121+
E291FB6F176797CF0082730F /* Resources */,
122+
);
123+
buildRules = (
124+
);
125+
dependencies = (
126+
);
127+
name = CustomFontDemo;
128+
productName = CustomFontDemo;
129+
productReference = E291FB71176797CF0082730F /* CustomFontDemo.app */;
130+
productType = "com.apple.product-type.application";
131+
};
132+
/* End PBXNativeTarget section */
133+
134+
/* Begin PBXProject section */
135+
E291FB69176797CF0082730F /* Project object */ = {
136+
isa = PBXProject;
137+
attributes = {
138+
LastUpgradeCheck = 0460;
139+
ORGANIZATIONNAME = "Arthur Knopper";
140+
};
141+
buildConfigurationList = E291FB6C176797CF0082730F /* Build configuration list for PBXProject "CustomFontDemo" */;
142+
compatibilityVersion = "Xcode 3.2";
143+
developmentRegion = English;
144+
hasScannedForEncodings = 0;
145+
knownRegions = (
146+
en,
147+
);
148+
mainGroup = E291FB68176797CF0082730F;
149+
productRefGroup = E291FB72176797CF0082730F /* Products */;
150+
projectDirPath = "";
151+
projectRoot = "";
152+
targets = (
153+
E291FB70176797CF0082730F /* CustomFontDemo */,
154+
);
155+
};
156+
/* End PBXProject section */
157+
158+
/* Begin PBXResourcesBuildPhase section */
159+
E291FB6F176797CF0082730F /* Resources */ = {
160+
isa = PBXResourcesBuildPhase;
161+
buildActionMask = 2147483647;
162+
files = (
163+
E291FB7F176797CF0082730F /* InfoPlist.strings in Resources */,
164+
E291FB87176797CF0082730F /* Default.png in Resources */,
165+
E291FB89176797CF0082730F /* [email protected] in Resources */,
166+
E291FB8B176797CF0082730F /* [email protected] in Resources */,
167+
E291FB91176797CF0082730F /* ViewController.xib in Resources */,
168+
);
169+
runOnlyForDeploymentPostprocessing = 0;
170+
};
171+
/* End PBXResourcesBuildPhase section */
172+
173+
/* Begin PBXSourcesBuildPhase section */
174+
E291FB6D176797CF0082730F /* Sources */ = {
175+
isa = PBXSourcesBuildPhase;
176+
buildActionMask = 2147483647;
177+
files = (
178+
E291FB81176797CF0082730F /* main.m in Sources */,
179+
E291FB85176797CF0082730F /* AppDelegate.m in Sources */,
180+
E291FB8E176797CF0082730F /* ViewController.m in Sources */,
181+
);
182+
runOnlyForDeploymentPostprocessing = 0;
183+
};
184+
/* End PBXSourcesBuildPhase section */
185+
186+
/* Begin PBXVariantGroup section */
187+
E291FB7D176797CF0082730F /* InfoPlist.strings */ = {
188+
isa = PBXVariantGroup;
189+
children = (
190+
E291FB7E176797CF0082730F /* en */,
191+
);
192+
name = InfoPlist.strings;
193+
sourceTree = "<group>";
194+
};
195+
E291FB8F176797CF0082730F /* ViewController.xib */ = {
196+
isa = PBXVariantGroup;
197+
children = (
198+
E291FB90176797CF0082730F /* en */,
199+
);
200+
name = ViewController.xib;
201+
sourceTree = "<group>";
202+
};
203+
/* End PBXVariantGroup section */
204+
205+
/* Begin XCBuildConfiguration section */
206+
E291FB92176797CF0082730F /* Debug */ = {
207+
isa = XCBuildConfiguration;
208+
buildSettings = {
209+
ALWAYS_SEARCH_USER_PATHS = NO;
210+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
211+
CLANG_CXX_LIBRARY = "libc++";
212+
CLANG_ENABLE_OBJC_ARC = YES;
213+
CLANG_WARN_CONSTANT_CONVERSION = YES;
214+
CLANG_WARN_EMPTY_BODY = YES;
215+
CLANG_WARN_ENUM_CONVERSION = YES;
216+
CLANG_WARN_INT_CONVERSION = YES;
217+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
218+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
219+
COPY_PHASE_STRIP = NO;
220+
GCC_C_LANGUAGE_STANDARD = gnu99;
221+
GCC_DYNAMIC_NO_PIC = NO;
222+
GCC_OPTIMIZATION_LEVEL = 0;
223+
GCC_PREPROCESSOR_DEFINITIONS = (
224+
"DEBUG=1",
225+
"$(inherited)",
226+
);
227+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
228+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
229+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
230+
GCC_WARN_UNUSED_VARIABLE = YES;
231+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
232+
ONLY_ACTIVE_ARCH = YES;
233+
SDKROOT = iphoneos;
234+
};
235+
name = Debug;
236+
};
237+
E291FB93176797CF0082730F /* Release */ = {
238+
isa = XCBuildConfiguration;
239+
buildSettings = {
240+
ALWAYS_SEARCH_USER_PATHS = NO;
241+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
242+
CLANG_CXX_LIBRARY = "libc++";
243+
CLANG_ENABLE_OBJC_ARC = YES;
244+
CLANG_WARN_CONSTANT_CONVERSION = YES;
245+
CLANG_WARN_EMPTY_BODY = YES;
246+
CLANG_WARN_ENUM_CONVERSION = YES;
247+
CLANG_WARN_INT_CONVERSION = YES;
248+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
249+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
250+
COPY_PHASE_STRIP = YES;
251+
GCC_C_LANGUAGE_STANDARD = gnu99;
252+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
253+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
254+
GCC_WARN_UNUSED_VARIABLE = YES;
255+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
256+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
257+
SDKROOT = iphoneos;
258+
VALIDATE_PRODUCT = YES;
259+
};
260+
name = Release;
261+
};
262+
E291FB95176797CF0082730F /* Debug */ = {
263+
isa = XCBuildConfiguration;
264+
buildSettings = {
265+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
266+
GCC_PREFIX_HEADER = "CustomFontDemo/CustomFontDemo-Prefix.pch";
267+
INFOPLIST_FILE = "CustomFontDemo/CustomFontDemo-Info.plist";
268+
PRODUCT_NAME = "$(TARGET_NAME)";
269+
WRAPPER_EXTENSION = app;
270+
};
271+
name = Debug;
272+
};
273+
E291FB96176797CF0082730F /* Release */ = {
274+
isa = XCBuildConfiguration;
275+
buildSettings = {
276+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
277+
GCC_PREFIX_HEADER = "CustomFontDemo/CustomFontDemo-Prefix.pch";
278+
INFOPLIST_FILE = "CustomFontDemo/CustomFontDemo-Info.plist";
279+
PRODUCT_NAME = "$(TARGET_NAME)";
280+
WRAPPER_EXTENSION = app;
281+
};
282+
name = Release;
283+
};
284+
/* End XCBuildConfiguration section */
285+
286+
/* Begin XCConfigurationList section */
287+
E291FB6C176797CF0082730F /* Build configuration list for PBXProject "CustomFontDemo" */ = {
288+
isa = XCConfigurationList;
289+
buildConfigurations = (
290+
E291FB92176797CF0082730F /* Debug */,
291+
E291FB93176797CF0082730F /* Release */,
292+
);
293+
defaultConfigurationIsVisible = 0;
294+
defaultConfigurationName = Release;
295+
};
296+
E291FB94176797CF0082730F /* Build configuration list for PBXNativeTarget "CustomFontDemo" */ = {
297+
isa = XCConfigurationList;
298+
buildConfigurations = (
299+
E291FB95176797CF0082730F /* Debug */,
300+
E291FB96176797CF0082730F /* Release */,
301+
);
302+
defaultConfigurationIsVisible = 0;
303+
};
304+
/* End XCConfigurationList section */
305+
};
306+
rootObject = E291FB69176797CF0082730F /* Project object */;
307+
}

CustomFontDemo/CustomFontDemo.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.

0 commit comments

Comments
 (0)