Skip to content

Commit 747993a

Browse files
author
chixiaoming
committed
Update project info
1 parent 4071993 commit 747993a

File tree

6 files changed

+78
-19
lines changed

6 files changed

+78
-19
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ open iOSImagesExtractor.xcworkspace
2222

2323

2424
## Requirements
25-
_**OS X 10.8 or later.**_
25+
_**OS X 10.14 or later.**_
2626

2727
## Change Logs
28-
- ###v0.3.1 2016-05-15
29-
Add app icons and update CARExtractor.
28+
* v0.4.0 2020-06-02
29+
* Replace extractor with [Timac/QLCARFiles](https://github.com/Timac/QLCARFiles).
30+
* Support export raw PDF files.
31+
* Better output folder grading.
32+
* Quickly install `QLCARFiles`(macOS QuickLook Plugin) to visualize .car files.
3033

31-
- ###v0.2.5 2015-06-02
32-
First release.
34+
- v0.3.1 2016-05-15
35+
* Add app icons and update CARExtractor.
36+
37+
- v0.2.5 2015-06-02
38+
* First release.
3339

3440
## Credits
3541

@@ -39,6 +45,8 @@ First release.
3945

4046
- Danger Cove [DCOAboutWindow](https://github.com/DangerCove/DCOAboutWindow)
4147

48+
- Timac [QLCARFiles](https://github.com/Timac/QLCARFiles
49+
4250
## License
4351

4452
iOS Images Extractor is released under the MIT license. See [LICENSE](/LICENSE) for details.

iOSImagesExtractor.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iOSImagesExtractor/iOSImagesExtractor.xcodeproj/project.pbxproj

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,25 @@
3030
C2CF8B821B17F7EC00AA92B1 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C24D24F11B16047E00DDE534 /* MainMenu.xib */; };
3131
/* End PBXBuildFile section */
3232

33+
/* Begin PBXContainerItemProxy section */
34+
8962398D248508EE005E7EC9 /* PBXContainerItemProxy */ = {
35+
isa = PBXContainerItemProxy;
36+
containerPortal = 89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */;
37+
proxyType = 2;
38+
remoteGlobalIDString = 8982EB242484F82200BCB558;
39+
remoteInfo = CARExtractor;
40+
};
41+
8962398F24850902005E7EC9 /* PBXContainerItemProxy */ = {
42+
isa = PBXContainerItemProxy;
43+
containerPortal = 89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */;
44+
proxyType = 1;
45+
remoteGlobalIDString = 8982EB232484F82200BCB558;
46+
remoteInfo = CARExtractor;
47+
};
48+
/* End PBXContainerItemProxy section */
49+
3350
/* Begin PBXFileReference section */
51+
89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CARExtractor.xcodeproj; path = ../CARExtractor/CARExtractor.xcodeproj; sourceTree = "<group>"; };
3452
8982EB4B2485060C00BCB558 /* CARExtractor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = CARExtractor; path = ../../Products/CARExtractor; sourceTree = "<group>"; };
3553
C24D24E51B16047E00DDE534 /* iOS Images Extractor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Images Extractor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3654
C24D24E91B16047E00DDE534 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -82,9 +100,18 @@
82100
/* End PBXFrameworksBuildPhase section */
83101

84102
/* Begin PBXGroup section */
103+
8962398A248508EE005E7EC9 /* Products */ = {
104+
isa = PBXGroup;
105+
children = (
106+
8962398E248508EE005E7EC9 /* CARExtractor */,
107+
);
108+
name = Products;
109+
sourceTree = "<group>";
110+
};
85111
C24D24DC1B16047D00DDE534 = {
86112
isa = PBXGroup;
87113
children = (
114+
89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */,
88115
C24D24E71B16047E00DDE534 /* iOSImagesExtractor */,
89116
C24D24E61B16047E00DDE534 /* Products */,
90117
);
@@ -268,6 +295,7 @@
268295
buildRules = (
269296
);
270297
dependencies = (
298+
8962399024850902005E7EC9 /* PBXTargetDependency */,
271299
);
272300
name = iOSImagesExtractor;
273301
productName = iOSImagesExtractor;
@@ -300,13 +328,29 @@
300328
mainGroup = C24D24DC1B16047D00DDE534;
301329
productRefGroup = C24D24E61B16047E00DDE534 /* Products */;
302330
projectDirPath = "";
331+
projectReferences = (
332+
{
333+
ProductGroup = 8962398A248508EE005E7EC9 /* Products */;
334+
ProjectRef = 89623989248508EE005E7EC9 /* CARExtractor.xcodeproj */;
335+
},
336+
);
303337
projectRoot = "";
304338
targets = (
305339
C24D24E41B16047D00DDE534 /* iOSImagesExtractor */,
306340
);
307341
};
308342
/* End PBXProject section */
309343

344+
/* Begin PBXReferenceProxy section */
345+
8962398E248508EE005E7EC9 /* CARExtractor */ = {
346+
isa = PBXReferenceProxy;
347+
fileType = "compiled.mach-o.executable";
348+
path = CARExtractor;
349+
remoteRef = 8962398D248508EE005E7EC9 /* PBXContainerItemProxy */;
350+
sourceTree = BUILT_PRODUCTS_DIR;
351+
};
352+
/* End PBXReferenceProxy section */
353+
310354
/* Begin PBXResourcesBuildPhase section */
311355
C24D24E31B16047D00DDE534 /* Resources */ = {
312356
isa = PBXResourcesBuildPhase;
@@ -363,6 +407,14 @@
363407
};
364408
/* End PBXSourcesBuildPhase section */
365409

410+
/* Begin PBXTargetDependency section */
411+
8962399024850902005E7EC9 /* PBXTargetDependency */ = {
412+
isa = PBXTargetDependency;
413+
name = CARExtractor;
414+
targetProxy = 8962398F24850902005E7EC9 /* PBXContainerItemProxy */;
415+
};
416+
/* End PBXTargetDependency section */
417+
366418
/* Begin PBXVariantGroup section */
367419
C24D24F11B16047E00DDE534 /* MainMenu.xib */ = {
368420
isa = PBXVariantGroup;

iOSImagesExtractor/iOSImagesExtractor.xcodeproj/xcshareddata/xcschemes/iOSImagesExtractor.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "CA7B543F19FF10F80019A015"
17+
BlueprintIdentifier = "8982EB232484F82200BCB558"
1818
BuildableName = "CARExtractor"
1919
BlueprintName = "CARExtractor"
2020
ReferencedContainer = "container:../CARExtractor/CARExtractor.xcodeproj">
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
{\rtf1\ansi\ansicpg936\cocoartf1347\cocoasubrtf570
2-
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
1+
{\rtf1\ansi\ansicpg936\cocoartf2513
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
33
{\colortbl;\red255\green255\blue255;}
4-
\paperw11900\paperh16840\vieww9600\viewh8400\viewkind0
5-
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
4+
{\*\expandedcolortbl;;}
5+
\paperw11900\paperh16840\vieww37300\viewh20180\viewkind0
6+
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
67

78
\f0\b\fs28 \cf0 Engineering:
8-
\b0\fs24 \
9+
\f1\b0\fs24 \
910

10-
\fs26 {\field{\*\fldinst{HYPERLINK "https://github.com/devcxm"}}{\fldrslt devcxm}} {\field{\*\fldinst{HYPERLINK "mailto:[email protected]?subject=About%20iOS-Images-Extractor&body=Hi"}}{\fldrslt devcxm@qq.com}}
11+
\fs26 {\field{\*\fldinst{HYPERLINK "https://github.com/devcxm"}}{\fldrslt devcxm}} {\field{\*\fldinst{HYPERLINK "mailto:[email protected]?subject=About%20iOS-Images-Extractor&body=Hi"}}{\fldrslt devcxm@gmail.com}}
1112
\fs24 \
1213
\
1314

14-
\b\fs28 With special thanks to:
15-
\b0\fs24 \
15+
\f0\b\fs28 With special thanks to:
16+
\f1\b0\fs24 \
1617

1718
\fs26 {\field{\*\fldinst{HYPERLINK "https://github.com/mattconnolly/ZipArchive"}}{\fldrslt ZipArchive}}(Matt Connolly)\
1819
{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/iOS-Asset-Extractor"}}{\fldrslt iOS-Asset-Extractor}}(Brandon McQuilkin)\
19-
{\field{\*\fldinst{HYPERLINK "https://github.com/DangerCove/DCOAboutWindow"}}{\fldrslt DCOAboutWindow}}(Danger Cove)
20+
{\field{\*\fldinst{HYPERLINK "https://github.com/DangerCove/DCOAboutWindow"}}{\fldrslt DCOAboutWindow}}(Danger Cove) \
21+
{\field{\*\fldinst{HYPERLINK "https://github.com/Timac/QLCARFiles"}}{\fldrslt QLCARFiles}}(Timac)
2022
\fs24 \
2123
}

iOSImagesExtractor/iOSImagesExtractor/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>LSMinimumSystemVersion</key>
2828
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright © 2015 chi. All rights reserved.</string>
30+
<string>Copyright © 2015~2020 chi. All rights reserved.</string>
3131
<key>NSMainNibFile</key>
3232
<string>MainMenu</string>
3333
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)