diff --git a/Applications/Muse Bar.html b/Applications/Muse Bar.html
index d526921..de9054e 100644
--- a/Applications/Muse Bar.html
+++ b/Applications/Muse Bar.html
@@ -89,6 +89,11 @@
+ Version 4.3.4
+
+ - Added Apple Silicon Support
+ - New icon to match Big Sur design
+
Version 4.3.3
- Dismiss from the secondary menu now also dismisses the main menu
diff --git a/Applications/Muse Bar.zip b/Applications/Muse Bar.zip
index 0b34be3..76c3fc7 100644
Binary files a/Applications/Muse Bar.zip and b/Applications/Muse Bar.zip differ
diff --git a/Applications/appcast.xml b/Applications/appcast.xml
index 0c99b55..ead5585 100644
--- a/Applications/appcast.xml
+++ b/Applications/appcast.xml
@@ -3,11 +3,11 @@
Muse Bar
-
- 4.3.3
- Sun, 06 Sep 2020 15:26:29 +0300
+ 4.3.4
+ Sun, 29 Nov 2020 13:14:08 +0200
10.12
https://muse-bar-release-notes.matan.workers.dev
-
+
\ No newline at end of file
diff --git a/Muse.xcodeproj/project.pbxproj b/Muse.xcodeproj/project.pbxproj
index f411bb6..1c6b051 100644
--- a/Muse.xcodeproj/project.pbxproj
+++ b/Muse.xcodeproj/project.pbxproj
@@ -709,7 +709,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 32;
+ CURRENT_PROJECT_VERSION = 33;
DEVELOPMENT_TEAM = K9889966NJ;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -719,7 +719,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
- MARKETING_VERSION = 4.3.3;
+ MARKETING_VERSION = 4.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.matanm.MuseBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -743,7 +743,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 32;
+ CURRENT_PROJECT_VERSION = 33;
DEVELOPMENT_TEAM = K9889966NJ;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -753,7 +753,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
- MARKETING_VERSION = 4.3.3;
+ MARKETING_VERSION = 4.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.matanm.MuseBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@1x.png b/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@1x.png
index afcc5c7..b3cc3bf 100644
Binary files a/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@1x.png and b/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@1x.png differ
diff --git a/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@2x.png b/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@2x.png
index 2f98469..b3cc3bf 100644
Binary files a/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@2x.png and b/Muse/Resources/Assets.xcassets/AppIcon.appiconset/icon-512@2x.png differ
diff --git a/Podfile b/Podfile
index d8f8c73..6820ec7 100644
--- a/Podfile
+++ b/Podfile
@@ -1,5 +1,3 @@
-source 'https://github.com/CocoaPods/Specs.git'
-
target 'Muse Bar' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
diff --git a/Podfile.lock b/Podfile.lock
index 060da1a..256747c 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,6 +1,6 @@
PODS:
- LoginServiceKit (2.2.0)
- - Sparkle (1.23.0)
+ - Sparkle (1.24.0)
- SpotifyKit (0.0.6)
DEPENDENCIES:
@@ -9,7 +9,7 @@ DEPENDENCIES:
- SpotifyKit (from `https://github.com/xzzz9097/SpotifyKit.git`)
SPEC REPOS:
- https://github.com/CocoaPods/Specs.git:
+ trunk:
- Sparkle
EXTERNAL SOURCES:
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
LoginServiceKit:
- :commit: d8c24ad7e9b48294a8ae47f94bb1debeba74e102
+ :commit: cf58b91b0ac247bd8bf5dccb5434ca60a930c1e1
:git: https://github.com/Clipy/LoginServiceKit.git
SpotifyKit:
:commit: 362990b7030cc0e502eddc03681fc4d8cf2cd266
@@ -28,9 +28,9 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
LoginServiceKit: 3c86ce2f2bcd1e373326839d6d863d8a6a5915b4
- Sparkle: 55b1a87ba69d56913375a281546b7c82dec95bb0
+ Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3
SpotifyKit: 20abf7e1e170e35683ecbe6d93598e91d4e7b6ab
-PODFILE CHECKSUM: 48682bc7eb2c4c989352032f934808a9f07d0af2
+PODFILE CHECKSUM: 5a543545c932683a8283d07acdf456ecd8f94e64
-COCOAPODS: 1.9.1
+COCOAPODS: 1.10.0