Skip to content

Commit

Permalink
2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Jan 4, 2017
1 parent b43396f commit e28ad22
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Asset Catalog Tinkerer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
INFOPLIST_FILE = AssetCatalog/Info.plist;
INSTALL_PATH = /Library/QuickLook;
INSTALL_PATH = "";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../../../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = br.com.guilhermerambo.AssetCatalog;
Expand All @@ -665,7 +665,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
INFOPLIST_FILE = AssetCatalog/Info.plist;
INSTALL_PATH = /Library/QuickLook;
INSTALL_PATH = "";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../../../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = br.com.guilhermerambo.AssetCatalog;
Expand Down
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
Asset Catalog Tinkerer
======================
If you want to support my open source projects financially, you can do so by purchasing a copy of [BrowserFreedom](https://getbrowserfreedom.com), [Mediunic](https://itunes.apple.com/app/mediunic-medium-client/id1088945121?mt=12) or sending Bitcoin to `3DH9B42m6k2A89hy1Diz3Vr3cpDNQTQCbJ` 😁

An app that lets you open `.car` files and browse/extract their images.
## Asset Catalog Tinkerer

An app that lets you open `.car` files and browse/extract their images, or preview them on Finder with QuickLook.

[⬇ Download Latest Release](https://github.com/insidegui/AssetCatalogTinkerer/raw/master/releases/AssetCatalogTinkerer_latest.zip)

How to use
==========
![screenshot](https://raw.github.com/insidegui/AssetCatalogTinkerer/master/screenshot.png)

The app can open any `.car` file, usually located within an app's `Resources` directory.
### QuickLook PlugIn

Once you have an asset catalog opened, you can drag individual assets out or export the entire catalog / selected images to a directory.
The app also includes a QuickLook PlugIn so you can see previews of asset catalogs in QuickLook.

![screenshot](https://raw.github.com/insidegui/AssetCatalogTinkerer/master/screenshot.png)
![quicklook thumbnail](./quicklook_thumb.png)

---

## Supported file types
### How to use

Since version 2.2, Asset Catalog Tinkerer can now read "theme store" files, not only catalog files. "Theme store" files contain assets for UI components, you can find examples of them in `/System/Library/CoreServices/SystemAppearance.bundle`.
The app can open any `.car` file, usually located within an app's `Resources` directory.

![screenshot2](https://raw.github.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png)
Once you have an asset catalog opened, you can drag individual assets out or export the entire catalog / selected images to a directory.

## Contributing
### Supported file types

You can contribute with code, just send me a pull request, or open an issue for any bug/enhancement. My time is limited but I try to keep my projects running :]
Since version 2.2, Asset Catalog Tinkerer can now read theme store files, not only catalog files.

If you want to show me some ❤️, Flattr this:
Theme store files contain assets for UI components, you can find examples of them in `/System/Library/CoreServices/SystemAppearance.bundle`. The app also supports ProKit's theme stores found inside `ProKit.framework`, `LunaKit.framework` and other folders within pro apps.

[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=insidegui&url=https://github.com/insidegui/AssetCatalogTinkerer.git)
![screenshot2](https://raw.github.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png)
Binary file added quicklook_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified releases/AssetCatalogTinkerer_latest.zip
Binary file not shown.
14 changes: 13 additions & 1 deletion releases/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>


<item>
<title>Version 2.5</title>
<description><![CDATA[
<ul>
<li>Finally added an auto-update feature (thanks, Sparkle)</li>
<li>Improved handling of ProKit's theme stores</li>
<li>The app now comes with a QuickLook PlugIn so you can preview the contents of asset catalogs using QuickLook</li>
</ul>
]]></description>
<pubDate>Tue, 3 Jan 2017 22:40:00 -0200</pubDate>
<enclosure url="https://github.com/insidegui/AssetCatalogTinkerer/releases/download/2.5/AssetCatalogTinkerer_v2.5.zip" sparkle:version="250" sparkle:shortVersionString="2.5" length="4336460" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
</item>
</channel>
</rss>

0 comments on commit e28ad22

Please sign in to comment.