Skip to content

Commit c2eb5ea

Browse files
committed
Fix bug when detecting project localizations
1 parent bc8d633 commit c2eb5ea

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

OneSkyPlugin.xcplugin/Contents/Info.plist

Lines changed: 8 additions & 8 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>13E28</string>
6+
<string>14A389</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.0</string>
20+
<string>1.4.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.4.0</string>
24+
<string>1.4.2</string>
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTPlatformBuild</key>
28-
<string>6A313</string>
28+
<string>6A1052d</string>
2929
<key>DTPlatformVersion</key>
3030
<string>GM</string>
3131
<key>DTSDKBuild</key>
32-
<string>13F26</string>
32+
<string>14A382</string>
3333
<key>DTSDKName</key>
34-
<string>macosx10.9</string>
34+
<string>macosx10.10</string>
3535
<key>DTXcode</key>
36-
<string>0600</string>
36+
<string>0610</string>
3737
<key>DTXcodeBuild</key>
38-
<string>6A313</string>
38+
<string>6A1052d</string>
3939
<key>DVTPlugInCompatibilityUUIDs</key>
4040
<array>
4141
<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string>
8.05 KB
Binary file not shown.
Binary file not shown.
340 Bytes
Binary file not shown.
Binary file not shown.
242 Bytes
Binary file not shown.
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.0/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.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.
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)