Skip to content

Commit 26d672a

Browse files
committed
Bump version to v3.4.0
1 parent c30d058 commit 26d672a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Lib/Magnet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
INFOPLIST_FILE = Magnet/Info.plist;
466466
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
467467
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
468+
MARKETING_VERSION = 3.4.0;
468469
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Magnet";
469470
PRODUCT_NAME = "$(TARGET_NAME)";
470471
SKIP_INSTALL = YES;
@@ -486,6 +487,7 @@
486487
INFOPLIST_FILE = Magnet/Info.plist;
487488
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
488489
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
490+
MARKETING_VERSION = 3.4.0;
489491
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Magnet";
490492
PRODUCT_NAME = "$(TARGET_NAME)";
491493
SKIP_INSTALL = YES;

Lib/Magnet/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.3.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Magnet.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "Magnet"
3-
s.version = "3.3.0"
3+
s.version = "3.4.0"
44
s.summary = "Customize global hotkeys in macOS."
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = "https://github.com/Clipy/Magnet"
77
s.author = { "Econa77" => "f.s.1992.ip@gmail.com" }
88
s.source = { :git => "https://github.com/Clipy/Magnet.git", :tag => "v#{s.version}" }
9-
s.platform = :osx, '10.10'
9+
s.platform = :osx, '10.13'
1010
s.source_files = 'Lib/Magnet/**/*.swift'
1111
s.swift_version = '5.0'
1212
s.frameworks = 'Carbon', 'Cocoa'
13-
s.dependency 'Sauce', '~> 2.2.0'
13+
s.dependency 'Sauce', '~> 2.4.0'
1414
end

0 commit comments

Comments
 (0)