-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
50 lines (48 loc) · 1.51 KB
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: AdsSample
options:
xcodeVersion: "1530"
minimumXcodeGenVersion: "2.39.1"
deploymentTarget:
iOS: "15.0"
settingGroups:
default:
SWIFT_VERSION: 5.10
SWIFT_TREAT_WARNINGS_AS_ERRORS: true
targets:
AdsSampleApp:
platform: iOS
type: application
info:
path: App/Info.plist
properties:
CFBundleDisplayName: "AdsSampleApp"
CFBundleName: "AdsSampleApp"
CFBundleVersion: '1.0.0'
CFBundleShortVersionString: '1.0.0'
CFBundleDevelopmentRegion: "fi"
UILaunchStoryboardName: LaunchScreen
ITSAppUsesNonExemptEncryption: false
UISupportedInterfaceOrientations~ipad: [UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight]
NSCalendarsUsageDescription: Localized in InfoPlist.strings.
NSLocationWhenInUseUsageDescription: Localized in InfoPlist.strings.
NSPhotoLibraryUsageDescription: Localized in InfoPlist.strings.
UIUserInterfaceStyle: "Light"
scheme: {}
sources:
- path: App/Sources
name: "App: Sources 🚀"
- path: App/Resources
name: "App: Resources"
- path: UI/Sources
name: "UI: Sources 📱"
dependencies:
- package: RichieSDK
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: "fi.richie.ads.app"
groups:
- default
packages:
RichieSDK:
url: "https://github.com/richiefi/richiesdk-ios"
exactVersion: "202404.11.0"