File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11Pod ::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'
1414end
You can’t perform that action at this time.
0 commit comments