Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 6a492dc

Browse files
author
chixm
committed
Prepare for v0.4.0
1 parent 2bf6f29 commit 6a492dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ open iOSImagesExtractor.xcworkspace
2525
_**OS X 10.14 or later.**_
2626

2727
## Change Logs
28-
* v0.4.0 2020-06-02
28+
* v0.4.0 2020-06-03
2929
* Replace extractor with [Timac/QLCARFiles](https://github.com/Timac/QLCARFiles).
3030
* Support export raw PDF files.
3131
* Better output folder grading.

iOSImagesExtractor/iOSImagesExtractor.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
buildSettings = {
575575
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
576576
COMBINE_HIDPI_IMAGES = YES;
577-
CURRENT_PROJECT_VERSION = 0602;
577+
CURRENT_PROJECT_VERSION = 0603;
578578
INFOPLIST_FILE = iOSImagesExtractor/Info.plist;
579579
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
580580
MACOSX_DEPLOYMENT_TARGET = 10.14;
@@ -589,7 +589,7 @@
589589
buildSettings = {
590590
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
591591
COMBINE_HIDPI_IMAGES = YES;
592-
CURRENT_PROJECT_VERSION = 0602;
592+
CURRENT_PROJECT_VERSION = 0603;
593593
INFOPLIST_FILE = iOSImagesExtractor/Info.plist;
594594
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
595595
MACOSX_DEPLOYMENT_TARGET = 10.14;

0 commit comments

Comments
 (0)