File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
AppStoreManager.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "AppStoreManager"
4
- spec . version = "1.2 .0"
4
+ spec . version = "1.3 .0"
5
5
spec . summary = "A new version checking framework in Swift."
6
6
7
7
spec . homepage = "https://knottx.github.io"
Original file line number Diff line number Diff line change 381
381
"@executable_path/Frameworks",
382
382
"@loader_path/Frameworks",
383
383
);
384
- MARKETING_VERSION = 1.2 .0;
384
+ MARKETING_VERSION = 1.3 .0;
385
385
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
386
386
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
387
387
SKIP_INSTALL = YES;
410
410
"@executable_path/Frameworks",
411
411
"@loader_path/Frameworks",
412
412
);
413
- MARKETING_VERSION = 1.2 .0;
413
+ MARKETING_VERSION = 1.3 .0;
414
414
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
415
415
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
416
416
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments