Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshot Update and Readme.md #49

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .github/assets/src1.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 .github/assets/src2.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 .github/assets/src3.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 .github/assets/src4.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 .github/assets/src7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,32 @@

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

- Server Notifications: Displays the hosting region of the game server.
- 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

- 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

Expand Down Expand Up @@ -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.
- Objective-C sidecar: Generated with assistance from ClaudeAI and ChatGPT. Contributors are sought to replace this code.
2 changes: 1 addition & 1 deletion frontend/src/windows/main/pages/Appearance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

const panel = new SettingsPanelBuilder()
.setName('Appearance')
.setDescription('Customize AppleBlox interface theme')
.setDescription('Customize AppleBlox Interface')
.setId('appearance')
.addCategory((category) =>
category
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/windows/main/pages/FastFlags.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down