File tree Expand file tree Collapse file tree
AppStoreManager.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22
33 spec . name = "AppStoreManager"
4- spec . version = "1.2 .0"
4+ spec . version = "1.3 .0"
55 spec . summary = "A new version checking framework in Swift."
66
77 spec . homepage = "https://knottx.github.io"
Original file line number Diff line number Diff line change 381381 "@executable_path/Frameworks",
382382 "@loader_path/Frameworks",
383383 );
384- MARKETING_VERSION = 1.2 .0;
384+ MARKETING_VERSION = 1.3 .0;
385385 PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
386386 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
387387 SKIP_INSTALL = YES;
410410 "@executable_path/Frameworks",
411411 "@loader_path/Frameworks",
412412 );
413- MARKETING_VERSION = 1.2 .0;
413+ MARKETING_VERSION = 1.3 .0;
414414 PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
415415 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
416416 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments