You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
1.2 KiB

name: DailyNotificationPlugin
options:
bundleIdPrefix: com.timesafari
deploymentTarget:
iOS: 13.0
schemes:
DailyNotificationPlugin:
build:
targets:
DailyNotificationPlugin: all
run:
config: Debug
test:
targets:
- DailyNotificationPluginTests
config: Debug
profile:
config: Release
analyze:
config: Debug
archive:
config: Release
DailyNotificationPluginTests:
build:
targets:
DailyNotificationPluginTests: all
test:
targets:
- DailyNotificationPluginTests
config: Debug
targets:
DailyNotificationPlugin:
type: framework
platform: iOS
sources:
- path: Plugin
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.timesafari.dailynotification
DEVELOPMENT_TEAM: "" # Add your team ID here
dependencies: []
DailyNotificationPluginTests:
type: bundle.unit-test
platform: iOS
sources:
- path: Tests
dependencies:
- target: DailyNotificationPlugin
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.timesafari.dailynotification.tests
DEVELOPMENT_TEAM: "" # Add your team ID here