mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
name: ARMSX
|
|
options:
|
|
deploymentTarget:
|
|
iOS: "15.1"
|
|
settings:
|
|
DEVELOPMENT_TEAM: ""
|
|
CLANG_ENABLE_OBJC_ARC: YES
|
|
targets:
|
|
ARMSX:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "15.1"
|
|
sources:
|
|
- path: Sources
|
|
resources:
|
|
- path: ../Contents/bios.bin
|
|
optional: true
|
|
- path: ../bios.bin
|
|
optional: true
|
|
- path: ../../icon.icon
|
|
optional: true
|
|
settings:
|
|
INFOPLIST_FILE: Sources/Info.plist
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.nanodata.armsx
|
|
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks"
|
|
OTHER_LDFLAGS: "$(inherited) -ObjC"
|
|
LIBRARY_SEARCH_PATHS:
|
|
- "$(inherited)"
|
|
- "$(SDKROOT)/usr/lib/swift"
|
|
- "$(PROJECT_DIR)/../Frameworks"
|
|
FRAMEWORK_SEARCH_PATHS:
|
|
- "$(inherited)"
|
|
- "$(PROJECT_DIR)/../Frameworks"
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
configFiles:
|
|
Debug: Pods/Target Support Files/Pods-ARMSX/Pods-ARMSX.debug.xcconfig
|
|
Release: Pods/Target Support Files/Pods-ARMSX/Pods-ARMSX.release.xcconfig
|
|
dependencies:
|
|
- framework: ../Frameworks/SDL2.xcframework
|
|
embed: true
|
|
codeSign: true
|
|
- framework: ../Frameworks/libarmsx.dylib
|
|
embed: true
|
|
codeSign: true
|