diff --git a/.github/assets/src1.png b/.github/assets/src1.png index 6309f4d..cff2f49 100644 Binary files a/.github/assets/src1.png and b/.github/assets/src1.png differ diff --git a/.github/assets/src2.png b/.github/assets/src2.png index a9ce56e..be5dbe2 100644 Binary files a/.github/assets/src2.png and b/.github/assets/src2.png differ diff --git a/.github/assets/src3.png b/.github/assets/src3.png index 5afe307..e727739 100644 Binary files a/.github/assets/src3.png and b/.github/assets/src3.png differ diff --git a/.github/assets/src4.png b/.github/assets/src4.png index b6cecc0..70396b3 100644 Binary files a/.github/assets/src4.png and b/.github/assets/src4.png differ diff --git a/.github/assets/src7.png b/.github/assets/src7.png index 9b0ef96..cff6c97 100644 Binary files a/.github/assets/src7.png and b/.github/assets/src7.png differ diff --git a/README.md b/README.md index 60db360..b95f7c4 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,16 @@ AppleBlox is a Roblox launcher for **MacOS**, inspired by [Bloxstrap](https://github.com/pizzaboxer/bloxstrap). It includes features such as DiscordRPC and Fast-flags, with ongoing development for additional functionality. +Note: Current version has a problem with a Apple Dev License so please follow the guide that comes inside the .dmg file + The latest version is available on the [Releases](https://github.com/AppleBlox/appleblox/releases/latest) page. For more recent builds, see the [nightly releases](https://nightly.link/AppleBlox/appleblox/workflows/build/main?preview). Versions: -- arm64 (Apple's own chips: M1, M2, M3, etc) +- arm64 (Apple's "M" series of chips) - x64 (Intel Architecture) - universal (Universal Version) -For the development version (more unstable but has the latest features and more) see the [development releases](https://nightly.link/AppleBlox/appleblox/workflows/build/dev?preview) +For the development version (more unstable but may have the latest features and more) see the [development releases](https://nightly.link/AppleBlox/appleblox/workflows/build/dev?preview) ## Features @@ -30,8 +32,7 @@ For the development version (more unstable but has the latest features and more) - Discord Rich Presence: Integrates with Discord to show gaming activity. - FFlags Presets: Provides pre-configured Fast flags settings. - Custom Flags: Allows creation of custom FastFlags profiles, including game-specific configurations. -- Multi-instance (Experimental): Enables running multiple Roblox windows simultaneously. -- Mods: Supports UI customization through community-created mods. +- Mods: Supports UI customization through community-created mods and fonts. - Bloxstrap SDK: In-house implementation of Bloxstrap SDK for game developers. ## App Related Features @@ -39,6 +40,7 @@ For the development version (more unstable but has the latest features and more) - Customizable Appearance: Allows for a different design for the app using community-made themes. - Delegate Launching to Appleblox: Let AppleBlox configure settings before launching Roblox. - Disable Roblox Desktop App: Automatically close Roblox when leaving games. +- Return to Website: Automatically opens a new website instance of Roblox ## Development @@ -83,4 +85,4 @@ Contributions are welcome. Please feel free to submit issues, pull requests, or - Logo: @typeofnull - Inspiration: @pizzaboxer's Bloxstrap - Icons: lucide-svelte & icons8 -- Objective-C sidecar: Generated with assistance from ClaudeAI and ChatGPT. Contributors are sought to replace this code. \ No newline at end of file +- Objective-C sidecar: Generated with assistance from ClaudeAI and ChatGPT. Contributors are sought to replace this code. diff --git a/frontend/src/windows/main/pages/Appearance.svelte b/frontend/src/windows/main/pages/Appearance.svelte index fdda8fd..eb2ef43 100644 --- a/frontend/src/windows/main/pages/Appearance.svelte +++ b/frontend/src/windows/main/pages/Appearance.svelte @@ -5,7 +5,7 @@ const panel = new SettingsPanelBuilder() .setName('Appearance') - .setDescription('Customize AppleBlox interface theme') + .setDescription('Customize AppleBlox Interface') .setId('appearance') .addCategory((category) => category diff --git a/frontend/src/windows/main/pages/FastFlags.svelte b/frontend/src/windows/main/pages/FastFlags.svelte index 743f8d6..dac8613 100644 --- a/frontend/src/windows/main/pages/FastFlags.svelte +++ b/frontend/src/windows/main/pages/FastFlags.svelte @@ -154,7 +154,7 @@ id: 'fflags_editor', }) // .addSwitch({ - // label: 'Ignore Flag Warnings', + // label: 'Ignore FFlag Warnings', // description: 'Suppress invalid flag notifications', // id: 'ignore_flags_warning', // default: false,