Skip to content

Instantly share code, notes, and snippets.

@gerald-kim
Created May 25, 2017 13:15
Show Gist options
  • Save gerald-kim/18260b2676f930bd6c7dd92904b1ebc2 to your computer and use it in GitHub Desktop.
Save gerald-kim/18260b2676f930bd6c7dd92904b1ebc2 to your computer and use it in GitHub Desktop.
신한 은행 EZPlus 영문상위에서 한글 파일 덤프, 디폴트 로케일 한글로
<?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