Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Sep 1, 2023
1 parent 2ea854e commit 5ad7587
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,27 @@ ResForge is a resource editor for macOS, capable of editing classic resource for

### Features

* Supports both resource and data forks in the original resource file format, as well as experimental support for the new extended format defined by [Graphite](https://github.com/TheDiamondProject/Graphite).
* Hexadecimal editor, powered by [HexFiend](https://github.com/HexFiend/HexFiend).
* Template editor, supporting a wide array of [field types](https://github.com/andrews05/ResForge/tree/master/ResForge/Template%20Editor#template-editor).
* Template-driven bulk data view, with CSV import/export.
* Image editor, supporting 'PICT', 'PNG ', 'cicn' & 'ppat' resources, plus view-only support for a variety of icons and other bitmaps.
* Sound editor, supporting sampled 'snd ' resources.
* Tools for EV Nova, including a sprite (rlëD) editor, a ship animation (shän) editor and a galaxy viewer.

### Supported File Formats

* Macintosh resource format, in either resource fork or data fork.
* Rez format, used by EV Nova.
* Extended resource format, defined by [Graphite](https://github.com/TheDiamondProject/Graphite).
* MacBinary encoded resource fork.
* AppleSingle/AppleDouble encoded resource fork.


## Getting Started

### System Requirements

ResForge is compatible with macOS 10.14 or later and runs natively on both 64-bit Intel and Apple Silicon.
ResForge is compatible with macOS 10.15 or later and runs natively on both 64-bit Intel and Apple Silicon.

### Installation

Expand All @@ -38,7 +45,7 @@ ResForge includes a plug-in architecture, allowing custom editors to be created

## Built With

* [Graphite](https://github.com/TheDiamondProject/Graphite) - Provides reading/writing of resource files, as well 'PICT', 'cicn' and 'ppat' resources.
* [Graphite](https://github.com/TheDiamondProject/Graphite) - Provides reading/writing of 'PICT', 'cicn' and 'ppat' resources.
* [HexFiend](https://github.com/HexFiend/HexFiend) - Powers the hexadecimal editor.
* [CSV.swift](https://github.com/yaslab/CSV.swift) - Provides reading/writing of CSV files.
* [swift-parsing](https://github.com/pointfreeco/swift-parsing) - Provides parsing of custom DSLs.
Expand Down
4 changes: 2 additions & 2 deletions ResForge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@
HEADER_SEARCH_PATHS = Graphite;
INFOPLIST_FILE = ResForge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
MARKETING_VERSION = 1.3.4;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.resforge.ResForge;
PRODUCT_NAME = ResForge;
};
Expand All @@ -1955,7 +1955,7 @@
HEADER_SEARCH_PATHS = Graphite;
INFOPLIST_FILE = ResForge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
MARKETING_VERSION = 1.3.4;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.resforge.ResForge;
PRODUCT_NAME = ResForge;
};
Expand Down

0 comments on commit 5ad7587

Please sign in to comment.