-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.yml
77 lines (76 loc) · 2.34 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md
name: PhotoSync
options:
bundleIdPrefix: org.movieos
packages:
SwiftyDropbox:
url: https://github.com/dropbox/SwiftyDropbox.git
exactVersion: 10.0.0-beta.3
KeychainSwift:
url: https://github.com/evgenyneu/keychain-swift.git
revision: 32a99b537d1c6f3529a08257c28a5feb70c0c5af
CollectionConcurrencyKit:
url: https://github.com/JohnSundell/CollectionConcurrencyKit.git
revision: b4f23e24b5a1bff301efc5e70871083ca029ff95
targets:
PhotoSync:
name: PhotoSync
type: application
platform: iOS
deploymentTarget: "16.0"
scheme: {}
settings:
base:
TARGETED_DEVICE_FAMILY: 1 # iphone only
PRODUCT_BUNDLE_IDENTIFIER: org.movieos.photosync
DEVELOPMENT_TEAM: 76AFK3W7M9
SUPPORTS_MACCATALYST: YES
debug:
release:
sources:
- path: "PhotoSync"
name: "Code"
- path: "README.md"
buildPhase: none
- path: "CHANGELOG.md"
buildPhase: none
- path: "project.yml"
buildPhase: none
- path: ".swiftlint.yml"
buildPhase: none
- path: "Info.plist"
buildPhase: none
dependencies:
- package: SwiftyDropbox
- package: KeychainSwift
- package: CollectionConcurrencyKit
info:
path: Info.plist
properties:
NSPhotoLibraryUsageDescription: "The app reads your photos to send them to Dropbox"
LSApplicationCategoryType: public.app-category.developer-tools
UILaunchScreen:
UIColorName: LaunchBackground
UIImageName: AppIcon
CFBundleShortVersionString: "1"
CFBundleVersion: "1.0"
ITSAppUsesNonExemptEncryption: false
UIStatusBarStyle: UIStatusBarStyleLightContent
UIViewControllerBasedStatusBarAppearance: true
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
LSApplicationQueriesSchemes:
- dbapi-8-emm
- dbapi-2
CFBundleURLTypes:
- CFBundleURLName: ""
CFBundleURLSchemes:
- db-ru820t3myp7s6vk
entitlements:
path: PhotoSync.entitlements
properties:
keychain-access-groups: []
postCompileScripts:
- script: /opt/homebrew/bin/swiftlint
name: Run SwiftLint
basedOnDependencyAnalysis: false