mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-28 02:38:59 +02:00
fix?
This commit is contained in:
parent
c5a3fade43
commit
ebed7a7204
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ add_executable(eden-ios
|
||||||
set_target_properties(eden-ios PROPERTIES
|
set_target_properties(eden-ios PROPERTIES
|
||||||
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.yuzu-emu.yuzu"
|
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.yuzu-emu.yuzu"
|
||||||
XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "YUZU1234"
|
XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "YUZU1234"
|
||||||
SWIFT_OBJC_BRIDGING_HEADER "AppUI-Bridging-Header.h"
|
XCODE_ATTRIBUTE_SWIFT_OBJC_BRIDGING_HEADER "AppUI-Bridging-Header.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(eden-ios PRIVATE common core input_common frontend_common video_core glad)
|
target_link_libraries(eden-ios PRIVATE common core input_common frontend_common video_core glad)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue