Skip to content

Commit 5a8c3db

Browse files
committed
Initial Commit
0 parents  commit 5a8c3db

File tree

4 files changed

+307
-0
lines changed

4 files changed

+307
-0
lines changed

Hangul.xcodeproj/project.pbxproj

+268
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
38FA21F01423219E00444D67 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38FA21EF1423219E00444D67 /* Cocoa.framework */; };
11+
38FA21FA1423219E00444D67 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 38FA21F81423219E00444D67 /* InfoPlist.strings */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXFileReference section */
15+
38FA21EC1423219E00444D67 /* Hangul.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Hangul.framework; sourceTree = BUILT_PRODUCTS_DIR; };
16+
38FA21EF1423219E00444D67 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
17+
38FA21F21423219E00444D67 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
18+
38FA21F31423219E00444D67 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
19+
38FA21F41423219E00444D67 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
20+
38FA21F71423219E00444D67 /* Hangul-Info.plist */ = {isa = PBXFileReference; path = "Hangul-Info.plist"; sourceTree = "<group>"; };
21+
38FA21F91423219E00444D67 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22+
38FA21FB1423219E00444D67 /* Hangul-Prefix.pch */ = {isa = PBXFileReference; path = "Hangul-Prefix.pch"; sourceTree = "<group>"; };
23+
/* End PBXFileReference section */
24+
25+
/* Begin PBXFrameworksBuildPhase section */
26+
38FA21E81423219E00444D67 /* Frameworks */ = {
27+
isa = PBXFrameworksBuildPhase;
28+
buildActionMask = 2147483647;
29+
files = (
30+
38FA21F01423219E00444D67 /* Cocoa.framework in Frameworks */,
31+
);
32+
runOnlyForDeploymentPostprocessing = 0;
33+
};
34+
/* End PBXFrameworksBuildPhase section */
35+
36+
/* Begin PBXGroup section */
37+
38FA21E01423219E00444D67 = {
38+
isa = PBXGroup;
39+
children = (
40+
38FA21F51423219E00444D67 /* Hangul */,
41+
38FA21EE1423219E00444D67 /* Frameworks */,
42+
38FA21ED1423219E00444D67 /* Products */,
43+
);
44+
sourceTree = "<group>";
45+
};
46+
38FA21ED1423219E00444D67 /* Products */ = {
47+
isa = PBXGroup;
48+
children = (
49+
38FA21EC1423219E00444D67 /* Hangul.framework */,
50+
);
51+
name = Products;
52+
sourceTree = "<group>";
53+
};
54+
38FA21EE1423219E00444D67 /* Frameworks */ = {
55+
isa = PBXGroup;
56+
children = (
57+
38FA21EF1423219E00444D67 /* Cocoa.framework */,
58+
38FA21F11423219E00444D67 /* Other Frameworks */,
59+
);
60+
name = Frameworks;
61+
sourceTree = "<group>";
62+
};
63+
38FA21F11423219E00444D67 /* Other Frameworks */ = {
64+
isa = PBXGroup;
65+
children = (
66+
38FA21F21423219E00444D67 /* AppKit.framework */,
67+
38FA21F31423219E00444D67 /* CoreData.framework */,
68+
38FA21F41423219E00444D67 /* Foundation.framework */,
69+
);
70+
name = "Other Frameworks";
71+
sourceTree = "<group>";
72+
};
73+
38FA21F51423219E00444D67 /* Hangul */ = {
74+
isa = PBXGroup;
75+
children = (
76+
38FA21F61423219E00444D67 /* Supporting Files */,
77+
);
78+
path = Hangul;
79+
sourceTree = "<group>";
80+
};
81+
38FA21F61423219E00444D67 /* Supporting Files */ = {
82+
isa = PBXGroup;
83+
children = (
84+
38FA21F71423219E00444D67 /* Hangul-Info.plist */,
85+
38FA21F81423219E00444D67 /* InfoPlist.strings */,
86+
38FA21FB1423219E00444D67 /* Hangul-Prefix.pch */,
87+
);
88+
name = "Supporting Files";
89+
sourceTree = "<group>";
90+
};
91+
/* End PBXGroup section */
92+
93+
/* Begin PBXHeadersBuildPhase section */
94+
38FA21E91423219E00444D67 /* Headers */ = {
95+
isa = PBXHeadersBuildPhase;
96+
buildActionMask = 2147483647;
97+
files = (
98+
);
99+
runOnlyForDeploymentPostprocessing = 0;
100+
};
101+
/* End PBXHeadersBuildPhase section */
102+
103+
/* Begin PBXNativeTarget section */
104+
38FA21EB1423219E00444D67 /* Hangul */ = {
105+
isa = PBXNativeTarget;
106+
buildConfigurationList = 38FA21FE1423219E00444D67 /* Build configuration list for PBXNativeTarget "Hangul" */;
107+
buildPhases = (
108+
38FA21E71423219E00444D67 /* Sources */,
109+
38FA21E81423219E00444D67 /* Frameworks */,
110+
38FA21E91423219E00444D67 /* Headers */,
111+
38FA21EA1423219E00444D67 /* Resources */,
112+
);
113+
buildRules = (
114+
);
115+
dependencies = (
116+
);
117+
name = Hangul;
118+
productName = Hangul;
119+
productReference = 38FA21EC1423219E00444D67 /* Hangul.framework */;
120+
productType = "com.apple.product-type.framework";
121+
};
122+
/* End PBXNativeTarget section */
123+
124+
/* Begin PBXProject section */
125+
38FA21E21423219E00444D67 /* Project object */ = {
126+
isa = PBXProject;
127+
buildConfigurationList = 38FA21E51423219E00444D67 /* Build configuration list for PBXProject "Hangul" */;
128+
compatibilityVersion = "Xcode 3.2";
129+
developmentRegion = English;
130+
hasScannedForEncodings = 0;
131+
knownRegions = (
132+
en,
133+
);
134+
mainGroup = 38FA21E01423219E00444D67;
135+
productRefGroup = 38FA21ED1423219E00444D67 /* Products */;
136+
projectDirPath = "";
137+
projectRoot = "";
138+
targets = (
139+
38FA21EB1423219E00444D67 /* Hangul */,
140+
);
141+
};
142+
/* End PBXProject section */
143+
144+
/* Begin PBXResourcesBuildPhase section */
145+
38FA21EA1423219E00444D67 /* Resources */ = {
146+
isa = PBXResourcesBuildPhase;
147+
buildActionMask = 2147483647;
148+
files = (
149+
38FA21FA1423219E00444D67 /* InfoPlist.strings in Resources */,
150+
);
151+
runOnlyForDeploymentPostprocessing = 0;
152+
};
153+
/* End PBXResourcesBuildPhase section */
154+
155+
/* Begin PBXSourcesBuildPhase section */
156+
38FA21E71423219E00444D67 /* Sources */ = {
157+
isa = PBXSourcesBuildPhase;
158+
buildActionMask = 2147483647;
159+
files = (
160+
);
161+
runOnlyForDeploymentPostprocessing = 0;
162+
};
163+
/* End PBXSourcesBuildPhase section */
164+
165+
/* Begin PBXVariantGroup section */
166+
38FA21F81423219E00444D67 /* InfoPlist.strings */ = {
167+
isa = PBXVariantGroup;
168+
children = (
169+
38FA21F91423219E00444D67 /* en */,
170+
);
171+
name = InfoPlist.strings;
172+
sourceTree = "<group>";
173+
};
174+
/* End PBXVariantGroup section */
175+
176+
/* Begin XCBuildConfiguration section */
177+
38FA21FC1423219E00444D67 /* Debug */ = {
178+
isa = XCBuildConfiguration;
179+
buildSettings = {
180+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
181+
GCC_C_LANGUAGE_STANDARD = gnu99;
182+
GCC_OPTIMIZATION_LEVEL = 0;
183+
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
184+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
185+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
186+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
187+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
188+
GCC_WARN_UNUSED_VARIABLE = YES;
189+
MACOSX_DEPLOYMENT_TARGET = 10.6;
190+
ONLY_ACTIVE_ARCH = YES;
191+
SDKROOT = macosx;
192+
};
193+
name = Debug;
194+
};
195+
38FA21FD1423219E00444D67 /* Release */ = {
196+
isa = XCBuildConfiguration;
197+
buildSettings = {
198+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
199+
GCC_C_LANGUAGE_STANDARD = gnu99;
200+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
201+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
202+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
203+
GCC_WARN_UNUSED_VARIABLE = YES;
204+
MACOSX_DEPLOYMENT_TARGET = 10.6;
205+
SDKROOT = macosx;
206+
};
207+
name = Release;
208+
};
209+
38FA21FF1423219E00444D67 /* Debug */ = {
210+
isa = XCBuildConfiguration;
211+
buildSettings = {
212+
ALWAYS_SEARCH_USER_PATHS = NO;
213+
COPY_PHASE_STRIP = NO;
214+
DYLIB_COMPATIBILITY_VERSION = 1;
215+
DYLIB_CURRENT_VERSION = 1;
216+
FRAMEWORK_VERSION = A;
217+
GCC_DYNAMIC_NO_PIC = NO;
218+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
219+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
220+
GCC_PREFIX_HEADER = "Hangul/Hangul-Prefix.pch";
221+
INFOPLIST_FILE = "Hangul/Hangul-Info.plist";
222+
PRODUCT_NAME = "$(TARGET_NAME)";
223+
WRAPPER_EXTENSION = framework;
224+
};
225+
name = Debug;
226+
};
227+
38FA22001423219E00444D67 /* Release */ = {
228+
isa = XCBuildConfiguration;
229+
buildSettings = {
230+
ALWAYS_SEARCH_USER_PATHS = NO;
231+
COPY_PHASE_STRIP = YES;
232+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
233+
DYLIB_COMPATIBILITY_VERSION = 1;
234+
DYLIB_CURRENT_VERSION = 1;
235+
FRAMEWORK_VERSION = A;
236+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
237+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
238+
GCC_PREFIX_HEADER = "Hangul/Hangul-Prefix.pch";
239+
INFOPLIST_FILE = "Hangul/Hangul-Info.plist";
240+
PRODUCT_NAME = "$(TARGET_NAME)";
241+
WRAPPER_EXTENSION = framework;
242+
};
243+
name = Release;
244+
};
245+
/* End XCBuildConfiguration section */
246+
247+
/* Begin XCConfigurationList section */
248+
38FA21E51423219E00444D67 /* Build configuration list for PBXProject "Hangul" */ = {
249+
isa = XCConfigurationList;
250+
buildConfigurations = (
251+
38FA21FC1423219E00444D67 /* Debug */,
252+
38FA21FD1423219E00444D67 /* Release */,
253+
);
254+
defaultConfigurationIsVisible = 0;
255+
defaultConfigurationName = Release;
256+
};
257+
38FA21FE1423219E00444D67 /* Build configuration list for PBXNativeTarget "Hangul" */ = {
258+
isa = XCConfigurationList;
259+
buildConfigurations = (
260+
38FA21FF1423219E00444D67 /* Debug */,
261+
38FA22001423219E00444D67 /* Release */,
262+
);
263+
defaultConfigurationIsVisible = 0;
264+
};
265+
/* End XCConfigurationList section */
266+
};
267+
rootObject = 38FA21E21423219E00444D67 /* Project object */;
268+
}

Hangul/Hangul-Info.plist

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>${EXECUTABLE_NAME}</string>
9+
<key>CFBundleIconFile</key>
10+
<string></string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.youknowone.${PRODUCT_NAME:rfc1034identifier}</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>${PRODUCT_NAME}</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>1</string>
25+
<key>NSHumanReadableCopyright</key>
26+
<string>Copyright © 2011 __MyCompanyName__. All rights reserved.</string>
27+
<key>NSPrincipalClass</key>
28+
<string></string>
29+
</dict>
30+
</plist>

Hangul/Hangul-Prefix.pch

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//
2+
// Prefix header for all source files of the 'Hangul' target in the 'Hangul' project
3+
//
4+
5+
#ifdef __OBJC__
6+
#import <Cocoa/Cocoa.h>
7+
#endif

Hangul/en.lproj/InfoPlist.strings

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* Localized versions of Info.plist keys */
2+

0 commit comments

Comments
 (0)