Skip to content

Commit a6e7f46

Browse files
committed
Fix various bugs, improve performance
1 parent c2eb5ea commit a6e7f46

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

OneSkyPlugin.xcplugin/Contents/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>14A389</string>
6+
<string>14B25</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -17,25 +17,25 @@
1717
<key>CFBundlePackageType</key>
1818
<string>BNDL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.4.2</string>
20+
<string>1.4.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.4.2</string>
24+
<string>1.4.4</string>
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTPlatformBuild</key>
28-
<string>6A1052d</string>
28+
<string>6A2008a</string>
2929
<key>DTPlatformVersion</key>
3030
<string>GM</string>
3131
<key>DTSDKBuild</key>
3232
<string>14A382</string>
3333
<key>DTSDKName</key>
3434
<string>macosx10.10</string>
3535
<key>DTXcode</key>
36-
<string>0610</string>
36+
<string>0611</string>
3737
<key>DTXcodeBuild</key>
38-
<string>6A1052d</string>
38+
<string>6A2008a</string>
3939
<key>DVTPlugInCompatibilityUUIDs</key>
4040
<array>
4141
<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string>
-19.2 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library lets you sync localizable string resources and translations with On
77
Installation
88
------------
99

10-
1. Download [`OneSkyPlugin.zip`](https://github.com/onesky/plugin-xcode/releases/download/1.4.2/OneSkyPlugin.zip) in the release tab and unzip the folder into `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/`. If this is the first Plug-ins that you use in Xcode, the Plug-ins directory does not exist. In this case, creating the directory manually would do. Then, Relaunch Xcode.
10+
1. Download [`OneSkyPlugin.zip`](https://github.com/onesky/plugin-xcode/releases/download/1.4.4/OneSkyPlugin.zip) in the release tab and unzip the folder into `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/`. If this is the first Plug-ins that you use in Xcode, the Plug-ins directory does not exist. In this case, creating the directory manually would do. Then, Relaunch Xcode.
1111
2. To uninstall, just remove the plugin from there (and restart Xcode) and the project property cache file in `~/Library/Application Support/OneSky/OneSkyProperties.plist`.
1212

1313
Project Settings

0 commit comments

Comments
 (0)