Files
ARMSX1/ios/HostApp/project.yml
T

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