mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 14:46:42 +01:00
060aec6bcb
# Conflicts: # .arkana.yml # AppShared/Info.plist # Documentation/Setup.md # Gemfile # Gemfile.lock # Mastodon.xcodeproj/project.pbxproj # Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist # Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved # MastodonSDK/Package.swift # MastodonSDK/Sources/MastodonCore/AppSecret.swift # MastodonSDK/Sources/MastodonCore/Service/Notification/NotificationService.swift # Podfile # Podfile.lock
18 lines
421 B
YAML
18 lines
421 B
YAML
import_name: 'ArkanaKeys'
|
|
namespace: 'Keys'
|
|
result_path: 'Dependencies'
|
|
flavors:
|
|
- AppStore
|
|
swift_declaration_strategy: let
|
|
should_generate_unit_tests: true
|
|
package_manager: spm
|
|
environments:
|
|
- Debug
|
|
- Release
|
|
global_secrets:
|
|
# nothing
|
|
environment_secrets:
|
|
# Will lookup for <Key>Debug and <Key>Release env vars (assuming no flavor was declared)
|
|
# Mastodon Push Notification Endpoint
|
|
- NotificationEndpoint
|