File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
AppStoreManager.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22
33 spec . name = "AppStoreManager"
4- spec . version = "1.1 .0"
4+ spec . version = "1.2 .0"
55 spec . summary = "A new version checking framework in Swift."
66
7- spec . homepage = "https://knottovt .github.io"
7+ spec . homepage = "https://knottx .github.io"
88 spec . license = { :type => 'MIT' , :file => 'LICENSE.md' }
99 spec . author = { "Visarut Tippun" => "knotto.vt@gmail.com" }
10- spec . source = { :git => "https://github.com/knottovt /AppStoreManager.git" , :tag => "#{ spec . version } " }
10+ spec . source = { :git => "https://github.com/knottx /AppStoreManager.git" , :tag => "#{ spec . version } " }
1111
1212 spec . swift_version = "5.1"
1313 spec . ios . deployment_target = "10.0"
Original file line number Diff line number Diff line change 447447 "@executable_path/Frameworks",
448448 "@loader_path/Frameworks",
449449 );
450- MARKETING_VERSION = 1.1 .0;
450+ MARKETING_VERSION = 1.2 .0;
451451 PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
452452 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
453453 SKIP_INSTALL = YES;
477477 "@executable_path/Frameworks",
478478 "@loader_path/Frameworks",
479479 );
480- MARKETING_VERSION = 1.1 .0;
480+ MARKETING_VERSION = 1.2 .0;
481481 PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
482482 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
483483 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments