Skip to content

Commit

Permalink
OS X 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Dec 26, 2013
1 parent 48b81db commit 1aae268
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
14 changes: 6 additions & 8 deletions CharmIM.xcodeproj/project.pbxproj
Expand Up @@ -26,7 +26,6 @@
38162E4614128A2C0077AA2D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 38162E4714128A2C0077AA2D /* MainMenu.xib */; };
38162E4814128A740077AA2D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 38162E4914128A740077AA2D /* MainMenu.xib */; };
3816A5A214306A4000F5A785 /* ShortcutRecorder.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 380B909514303838001D7550 /* ShortcutRecorder.framework */; };
3838D73F16ECF1D500E2A649 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3838D73E16ECF1D400E2A649 /* libPods.a */; };
383EF60D142B28B600013C0B /* preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 383EF60C142B28B600013C0B /* preferences.xib */; };
38475AED14129BC10062100D /* Gureum.png in Resources */ = {isa = PBXBuildFile; fileRef = 38475AEC14129BC10062100D /* Gureum.png */; };
38475AF61412BC050062100D /* han2.png in Resources */ = {isa = PBXBuildFile; fileRef = 38475AEE1412BC050062100D /* han2.png */; };
Expand Down Expand Up @@ -176,7 +175,6 @@
38162E451412866F0077AA2D /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
38162E4714128A2C0077AA2D /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
38162E4914128A740077AA2D /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
3838D73E16ECF1D400E2A649 /* libPods.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPods.a; path = Pods/build/Debug/libPods.a; sourceTree = "<group>"; };
383EF60C142B28B600013C0B /* preferences.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = preferences.xib; sourceTree = "<group>"; };
383EF60E142B28EB00013C0B /* GureumPreferencesWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GureumPreferencesWindowController.h; sourceTree = "<group>"; };
383EF60F142B28EB00013C0B /* GureumPreferencesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GureumPreferencesWindowController.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -245,7 +243,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3838D73F16ECF1D500E2A649 /* libPods.a in Frameworks */,
38162DF5141263270077AA2D /* Cocoa.framework in Frameworks */,
38162E0C141264C00077AA2D /* InputMethodKit.framework in Frameworks */,
389A39A414234D6500A2ED88 /* Hangul.framework in Frameworks */,
Expand Down Expand Up @@ -386,7 +383,6 @@
38863C4E140E62D100A8ED76 = {
isa = PBXGroup;
children = (
3838D73E16ECF1D400E2A649 /* libPods.a */,
387DFFFE1421F1E000DAE6F4 /* Common Input Method */,
38863C69140E64EB00A8ED76 /* CharmIM */,
38863C84140E64EC00A8ED76 /* CharmIMTests */,
Expand Down Expand Up @@ -586,6 +582,11 @@
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = youknowone.org;
TargetAttributes = {
38162DF2141263270077AA2D = {
DevelopmentTeam = 3BUWX63W7M;
};
};
};
buildConfigurationList = 38863C53140E62D100A8ED76 /* Build configuration list for PBXProject "CharmIM" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -865,7 +866,6 @@
baseConfigurationReference = B6D3EE74BDB7462784F25BBE /* Pods.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -903,8 +903,7 @@
baseConfigurationReference = B6D3EE74BDB7462784F25BBE /* Pods.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -928,7 +927,6 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
Expand Down
26 changes: 21 additions & 5 deletions GureumKIM/Info.plist
Expand Up @@ -3,11 +3,13 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Gureum.icns</string>
<key>CFBundleGetInfoString</key>
<string>${VERSION}, ${NSHumanReadableCopyright}, Some Rights Reserved</string>
<key>CFBundleIdentifier</key>
<string>org.youknowone.inputmethod.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>${VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>yno1</string>
<key>CFBundleVersion</key>
<string>${VERSION}</string>
<key>ComponentInputModeDict</key>
Expand All @@ -41,7 +43,7 @@
<key>tsInputModePaletteIconFileKey</key>
<string>han2.png</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<true/>
<key>tsInputModeScriptKey</key>
<string>smKorean</string>
</dict>
Expand Down Expand Up @@ -357,6 +359,17 @@
<string>org.youknowone.inputmethod.GureumKIM.han3finalnoshift</string>
</array>
</dict>
<key>HIMHanjaWindowSettings</key>
<dict>
<key>fontName</key>
<string>AppleMyungjo</string>
<key>fontSize</key>
<integer>18</integer>
<key>inputFormat</key>
<string>HanjaOnly</string>
</dict>
<key>HIMHelpAppleTitle</key>
<string>한글 입력기 도움말</string>
<key>InputMethodConnectionName</key>
<string>GureumInputMethod_1_Connection</string>
<key>InputMethodServerControllerClass</key>
Expand All @@ -365,8 +378,8 @@
<string>CIMInputController</string>
<key>InputMethodServerPreferencesWindowControllerClass</key>
<string>GureumPreferencesWindowController</string>
<key>LSBackgroundOnly</key>
<true/>
<key>LSUIElement</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -375,12 +388,15 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>TISInputSourceID</key>
<string>org.youknowone.inputmethod.Korean</string>
<key>TISIntendedLanguage</key>
<string>ko</string>
<key>tsInputMethodCharacterRepertoireKey</key>
<array>
<string>Latn</string>
<string>Kore</string>
<string>Hang</string>
</array>
<key>tsInputMethodIconFileKey</key>
<string>icon.png</string>
Expand Down
2 changes: 1 addition & 1 deletion GureumKIM/tools/install_debug.sh
@@ -1,7 +1,7 @@
#!/bin/bash
. ready.sh

xcodebuild -project 'CharmIM.xcodeproj' -target 'Gureum' -configuration 'Debug' && \
xcodebuild -workspace 'CharmIM.xcworkspace' -scheme 'GureumKIM' -configuration 'Debug' && \
cd 'build/Debug' && \
sudo rm -rf "$INSTDIR/$appname" && \
sudo cp -R "$appname" "$INSTDIR/"
Expand Down
2 changes: 1 addition & 1 deletion libhangul-objc
Submodule libhangul-objc updated 1 files
+10 −3 Hangul.xcodeproj/project.pbxproj

0 comments on commit 1aae268

Please sign in to comment.