Skip to content

Commit

Permalink
Fix navigation and tab bar backgrounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed May 9, 2024
1 parent ebc681f commit 6d1dbb6
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 126 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 1.6.1 (2024-05-09)
## Release 1.6.1 (2024-05-10)

- Add Commodore 128.
- Add Atari 8-Bit Computers.
Expand Down
8 changes: 4 additions & 4 deletions Ready.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14665,7 +14665,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = F27CVJNWXK;
HEADER_SEARCH_PATHS = libspectrum;
INFOPLIST_FILE = "$(SRCROOT)/Ready/Info.plist";
Expand All @@ -14674,7 +14674,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = at.spiderlab.c64;
PRODUCT_NAME = Ready;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -14692,7 +14692,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = F27CVJNWXK;
HEADER_SEARCH_PATHS = libspectrum;
INFOPLIST_FILE = "$(SRCROOT)/Ready/Info.plist";
Expand All @@ -14701,7 +14701,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = at.spiderlab.c64;
PRODUCT_NAME = Ready;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Loading

0 comments on commit 6d1dbb6

Please sign in to comment.