mirror of
https://github.com/saymrwulf/puncture.git
synced 2026-06-12 00:59:26 +00:00
32 lines
766 B
YAML
32 lines
766 B
YAML
name: EmergencyPuncture
|
|
options:
|
|
minimumXcodeGenVersion: 2.38.0
|
|
configs:
|
|
Debug: debug
|
|
Release: release
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.puncture.emergency
|
|
SWIFT_VERSION: 6.0
|
|
IPHONEOS_DEPLOYMENT_TARGET: 17.0
|
|
MARKETING_VERSION: 1.0.0
|
|
CURRENT_PROJECT_VERSION: 1
|
|
targets:
|
|
EmergencyPuncture:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: '17.0'
|
|
sources:
|
|
- Sources
|
|
info:
|
|
path: Sources/Info.plist
|
|
properties:
|
|
UILaunchScreen: {}
|
|
UISupportedInterfaceOrientations:
|
|
- UIInterfaceOrientationPortrait
|
|
NSAppTransportSecurity:
|
|
NSAllowsArbitraryLoads: true
|
|
settings:
|
|
base:
|
|
PRODUCT_NAME: EmergencyPuncture
|
|
DEVELOPMENT_TEAM: ""
|