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