Skip to content

Commit f6dd034

Browse files
committed
Version upgrade
1 parent ffa4ab1 commit f6dd034

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

AirSync.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"@executable_path/../Frameworks",
312312
);
313313
MACOSX_DEPLOYMENT_TARGET = 14.6;
314-
MARKETING_VERSION = 2.0.32;
314+
MARKETING_VERSION = 2.0.33;
315315
PRODUCT_BUNDLE_IDENTIFIER = "sameerasw.airsync-mac";
316316
PRODUCT_NAME = "$(TARGET_NAME)";
317317
REGISTER_APP_GROUPS = YES;
@@ -357,7 +357,7 @@
357357
"@executable_path/../Frameworks",
358358
);
359359
MACOSX_DEPLOYMENT_TARGET = 14.6;
360-
MARKETING_VERSION = 2.0.32;
360+
MARKETING_VERSION = 2.0.33;
361361
PRODUCT_BUNDLE_IDENTIFIER = "sameerasw.airsync-mac";
362362
PRODUCT_NAME = "$(TARGET_NAME)";
363363
REGISTER_APP_GROUPS = YES;

airsync-mac/Info.plist

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AndroidVersion</key>
6-
<string>2.0.32</string>
7-
<key>ForceUpdateKey</key>
8-
<string>001</string>
9-
<key>SUEnableDownloaderService</key>
10-
<true/>
11-
<key>SUEnableInstallerLauncherService</key>
12-
<true/>
13-
<key>SUFeedURL</key>
14-
<string>https://sameerasw.github.io/airsync-mac/appcast.xml</string>
15-
<key>SUPublicEDKey</key>
16-
<string>sHwLY7+V1LUTP7lmY9FYK8FAZgn2zlUhYCEiDazyaMQ=</string>
17-
<key>UpdateFeedURL</key>
18-
<string>https://sameerasw.github.io/airsync-mac/releases/latest</string>
6+
<string>2.0.33</string>
197
<key>CFBundleIcons</key>
208
<dict>
219
<key>CFBundleAlternateIcons</key>
@@ -36,5 +24,17 @@
3624
</array>
3725
</dict>
3826
</dict>
27+
<key>ForceUpdateKey</key>
28+
<string>001</string>
29+
<key>SUEnableDownloaderService</key>
30+
<true/>
31+
<key>SUEnableInstallerLauncherService</key>
32+
<true/>
33+
<key>SUFeedURL</key>
34+
<string>https://sameerasw.github.io/airsync-mac/appcast.xml</string>
35+
<key>SUPublicEDKey</key>
36+
<string>sHwLY7+V1LUTP7lmY9FYK8FAZgn2zlUhYCEiDazyaMQ=</string>
37+
<key>UpdateFeedURL</key>
38+
<string>https://sameerasw.github.io/airsync-mac/releases/latest</string>
3939
</dict>
4040
</plist>

0 commit comments

Comments
 (0)