Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Sep 22, 2024
1 parent 813dc41 commit 2612f6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APPLICATION_NAME = FrontBoardAppLauncher
FrontBoardAppLauncher_FILES = \
AppDelegate.m SceneDelegate.m ViewController.m main.m
FrontBoardAppLauncher_FRAMEWORKS = UIKit
FrontBoardAppLauncher_PRIVATE_FRAMEWORKS = FrontBoard RunningBoardServices PreviewsServicesUI
FrontBoardAppLauncher_PRIVATE_FRAMEWORKS = FrontBoard RunningBoardServices
FrontBoardAppLauncher_CFLAGS = -fcommon -fobjc-arc -Iinclude -I. -Wno-error
# FrontBoardAppLauncher_LDFLAGS =
FrontBoardAppLauncher_CODESIGN_FLAGS = -Sentitlements.xml
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# FrontBoardAppLauncher
Reference usage of FrontBoard & UIKit private API to display external app scene
This app implements multitasking.

## Supported iOS versions
Requires TrollStore.

iOS 15.0+ are supported.

iOS 14.x is not yet supported. There is an issue in FrontBoard.

## Known issues
- In-app keyboard offset may be off
- Single-scene apps may not work yet.

0 comments on commit 2612f6f

Please sign in to comment.