Skip to content

Commit d8cabc1

Browse files
committed
Bump to 1.4.0
1 parent cb1a86f commit d8cabc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

FinderGo/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3.0</string>
20+
<string>1.4.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSApplicationCategoryType</key>
@@ -28,13 +28,13 @@
2828
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2929
<key>LSUIElement</key>
3030
<true/>
31+
<key>NSAppleEventsUsageDescription</key>
32+
<string>Get current Finder path</string>
3133
<key>NSHumanReadableCopyright</key>
3234
<string>Copyright © 2017 Fantageek. All rights reserved.</string>
3335
<key>NSMainStoryboardFile</key>
3436
<string>Main</string>
3537
<key>NSPrincipalClass</key>
3638
<string>NSApplication</string>
37-
<key>NSAppleEventsUsageDescription</key>
38-
<string>Get current Finder path</string>
3939
</dict>
4040
</plist>

FinderSyncExtension/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3.0</string>
20+
<string>1.4.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>LSUIElement</key>
2626
<true/>
27+
<key>NSAppleEventsUsageDescription</key>
28+
<string>Get current Finder path</string>
2729
<key>NSExtension</key>
2830
<dict>
2931
<key>NSExtensionAttributes</key>
@@ -37,7 +39,5 @@
3739
<string>Copyright © 2017 Fantageek. All rights reserved.</string>
3840
<key>NSPrincipalClass</key>
3941
<string>NSApplication</string>
40-
<key>NSAppleEventsUsageDescription</key>
41-
<string>Get current Finder path</string>
4242
</dict>
4343
</plist>

0 commit comments

Comments
 (0)