This repository was archived by the owner on Dec 30, 2021. It is now read-only.
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 @@ -25,7 +25,7 @@ open iOSImagesExtractor.xcworkspace
25
25
_ ** OS X 10.14 or later.** _
26
26
27
27
## Change Logs
28
- * v0.4.0 2020-06-02
28
+ * v0.4.0 2020-06-03
29
29
* Replace extractor with [Timac/QLCARFiles](https://github.com/Timac/QLCARFiles).
30
30
* Support export raw PDF files.
31
31
* Better output folder grading.
Original file line number Diff line number Diff line change 574
574
buildSettings = {
575
575
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
576
576
COMBINE_HIDPI_IMAGES = YES;
577
- CURRENT_PROJECT_VERSION = 0602 ;
577
+ CURRENT_PROJECT_VERSION = 0603 ;
578
578
INFOPLIST_FILE = iOSImagesExtractor/Info.plist;
579
579
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
580
580
MACOSX_DEPLOYMENT_TARGET = 10.14;
589
589
buildSettings = {
590
590
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
591
591
COMBINE_HIDPI_IMAGES = YES;
592
- CURRENT_PROJECT_VERSION = 0602 ;
592
+ CURRENT_PROJECT_VERSION = 0603 ;
593
593
INFOPLIST_FILE = iOSImagesExtractor/Info.plist;
594
594
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
595
595
MACOSX_DEPLOYMENT_TARGET = 10.14;
You can’t perform that action at this time.
0 commit comments