59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
name: Ratebubble
|
|
options:
|
|
deploymentTarget:
|
|
iOS: 16.0
|
|
configs:
|
|
Debug: debug
|
|
Release: release
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: net.wisecolt.ratebubble
|
|
SWIFT_VERSION: 5.9
|
|
targets:
|
|
Ratebubble:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "16.0"
|
|
sources:
|
|
- path: Ratebubble/App
|
|
- path: Ratebubble/Shared
|
|
configFiles:
|
|
Debug: Ratebubble/Resources/Config.xcconfig
|
|
Release: Ratebubble/Resources/Config.xcconfig
|
|
info:
|
|
path: Ratebubble/Resources/Ratebubble-Info.plist
|
|
properties:
|
|
UILaunchScreen: {}
|
|
CFBundleURLTypes:
|
|
- CFBundleTypeRole: Editor
|
|
CFBundleURLSchemes:
|
|
- $(APP_URL_SCHEME)
|
|
entitlements:
|
|
path: Ratebubble/Resources/Ratebubble.entitlements
|
|
properties:
|
|
com.apple.security.application-groups:
|
|
- $(APP_GROUP_ID)
|
|
dependencies:
|
|
- target: RatebubbleShare
|
|
|
|
RatebubbleShare:
|
|
type: app-extension
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: net.wisecolt.ratebubble.share
|
|
platform: iOS
|
|
deploymentTarget: "16.0"
|
|
sources:
|
|
- path: Ratebubble/ShareExtension
|
|
- path: Ratebubble/Shared
|
|
configFiles:
|
|
Debug: Ratebubble/Resources/Config.xcconfig
|
|
Release: Ratebubble/Resources/Config.xcconfig
|
|
info:
|
|
path: Ratebubble/Resources/RatebubbleShare-Info.plist
|
|
entitlements:
|
|
path: Ratebubble/Resources/RatebubbleShare.entitlements
|
|
properties:
|
|
com.apple.security.application-groups:
|
|
- $(APP_GROUP_ID)
|