File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 384
384
"@executable_path/../Frameworks",
385
385
"@loader_path/Frameworks",
386
386
);
387
- MACOSX_DEPLOYMENT_TARGET = 10.9 ;
387
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
388
388
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Sauce";
389
389
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
390
390
SKIP_INSTALL = YES;
412
412
"@executable_path/../Frameworks",
413
413
"@loader_path/Frameworks",
414
414
);
415
- MACOSX_DEPLOYMENT_TARGET = 10.9 ;
415
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
416
416
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Sauce";
417
417
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
418
418
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0 .0.1 </string >
18
+ <string >2 .0.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
5
5
let package = Package (
6
6
name: " Sauce " ,
7
7
platforms: [
8
- . macOS( . v10_9 )
8
+ . macOS( . v10_10 )
9
9
] ,
10
10
products: [
11
11
. library(
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Sauce"
3
- s . version = "1.1 .0"
3
+ s . version = "2.0 .0"
4
4
s . summary = "Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, Dvorak)"
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . homepage = "https://github.com/Clipy/Sauce"
7
7
s . author = { "Econa77" => "[email protected] " }
8
8
s . source = { :git => "https://github.com/Clipy/Sauce.git" , :tag => "v#{ s . version } " }
9
- s . platform = :osx , '10.9 '
9
+ s . platform = :osx , '10.10 '
10
10
s . source_files = 'Lib/Sauce/*.swift'
11
11
s . swift_version = '5.0'
12
12
s . frameworks = 'Carbon' , 'Cocoa'
You can’t perform that action at this time.
0 commit comments