File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "JoyConSwift"
3
- s . version = "0.0.5 "
3
+ s . version = "0.1.1 "
4
4
s . summary = "IOKit wrapper for Nintendo Joy-Con and ProController (macOS, Swift)"
5
5
s . homepage = "https://github.com/magicien/JoyConSwift"
6
6
s . license = "MIT"
Original file line number Diff line number Diff line change 319
319
"@executable_path/../Frameworks",
320
320
"@loader_path/Frameworks",
321
321
);
322
- MARKETING_VERSION = 0.1.0 ;
322
+ MARKETING_VERSION = 0.1.1 ;
323
323
PRODUCT_BUNDLE_IDENTIFIER = jp.0spec.JoyConSwift;
324
324
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
325
325
SKIP_INSTALL = YES;
348
348
"@executable_path/../Frameworks",
349
349
"@loader_path/Frameworks",
350
350
);
351
- MARKETING_VERSION = 0.1.0 ;
351
+ MARKETING_VERSION = 0.1.1 ;
352
352
PRODUCT_BUNDLE_IDENTIFIER = jp.0spec.JoyConSwift;
353
353
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
354
354
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments