Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aapis committed Jul 26, 2023
1 parent e73fd55 commit 73453dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AppIconGenerator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
CODE_SIGN_ENTITLEMENTS = AppIconGenerator/AppIconGenerator.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"AppIconGenerator/Preview Content\"";
DEVELOPMENT_TEAM = 6DT7L2N5X6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -516,7 +516,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.yegcollective.AppIconGenerator;
PRODUCT_NAME = Genevive.Beta;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -533,7 +533,7 @@
CODE_SIGN_ENTITLEMENTS = AppIconGenerator/AppIconGenerator.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"AppIconGenerator/Preview Content\"";
DEVELOPMENT_TEAM = 6DT7L2N5X6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -546,7 +546,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.yegcollective.AppIconGenerator;
PRODUCT_NAME = Genevive;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Create random app icons by dragging sliders, then save them at the following res
* 512x512
* 1024x1024

### Wallpaper generator

Genevive can generate wallpapers at whatever resolution your OS is currently using using the same controls you use to create icons.

### Legal disclosure

If you *generate an image* with this software I do not claim ownership of it now nor at any point in the future. That is your icon, do whatever you want with it. The code is covered by it's own license.

In the initial release you'll have to hit `cmd-s` to save an icon, but future versions will allow you to do this through the UI.
Expand Down

0 comments on commit 73453dc

Please sign in to comment.