Created
May 25, 2017 13:15
-
-
Save gerald-kim/18260b2676f930bd6c7dd92904b1ebc2 to your computer and use it in GitHub Desktop.
신한 은행 EZPlus 영문상위에서 한글 파일 덤프, 디폴트 로케일 한글로
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> | |
<plist version="0.9"> | |
<dict> | |
<key>CFBundleName</key> | |
<string>ezplus</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.initech.shb.app.SHBForMacApp</string> | |
<key>CFBundleVersion</key> | |
<string>100.0</string> | |
<key>CFBundleAllowMixedLocalizations</key> | |
<string>true</string> | |
<key>CFBundleExecutable</key> | |
<string>JavaApplicationStub</string> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleSignature</key> | |
<string>????</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleIconFile</key> | |
<string>SHBEzPlusMac.icns</string> | |
<key>Java</key> | |
<dict> | |
<key>WorkingDirectory</key> | |
<string>$APP_PACKAGE/Contents/Resources/Java</string> | |
<key>MainClass</key> | |
<string>com.initech.shb.app.SHBForMacApp</string> | |
<key>JVMVersion</key> | |
<string>1.5+</string> | |
<key>ClassPath</key> | |
<string>$JAVAROOT/SHBApp.jar</string> | |
<key>Properties</key> | |
<dict> | |
<key>apple.laf.useScreenMenuBar</key> | |
<string>true</string> | |
<key>user.language</key> | |
<string>ko</string> | |
<key>user.country</key> | |
<string>KR</string> | |
<key>file.encoding</key> | |
<string>utf-8</string> | |
</dict> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment