Skip to content

Commit

Permalink
Merge branch 'Clipy:master' into remove-final
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 authored Oct 9, 2023
2 parents 8f1bca1 + 26d672a commit cb4a273
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Lib/Magnet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
INFOPLIST_FILE = Magnet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Magnet";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -486,6 +487,7 @@
INFOPLIST_FILE = Magnet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Magnet";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Lib/Magnet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions Magnet.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Magnet"
s.version = "3.3.0"
s.version = "3.4.0"
s.summary = "Customize global hotkeys in macOS."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/Clipy/Magnet"
s.author = { "Econa77" => "[email protected]" }
s.source = { :git => "https://github.com/Clipy/Magnet.git", :tag => "v#{s.version}" }
s.platform = :osx, '10.10'
s.platform = :osx, '10.13'
s.source_files = 'Lib/Magnet/**/*.swift'
s.swift_version = '5.0'
s.frameworks = 'Carbon', 'Cocoa'
s.dependency 'Sauce', '~> 2.2.0'
s.dependency 'Sauce', '~> 2.4.0'
end

0 comments on commit cb4a273

Please sign in to comment.