This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathproject.yml
106 lines (95 loc) · 2.38 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: Marindeck
packages:
GRDB:
url: https://github.com/groue/GRDB.swift
exactVersion: 5.12.0
MarkdownView:
url: https://github.com/hirossan4049/MarkdownView
revision: 753be391e6d3640161ca21f49a57c306aaebaf3a
GiphyUISDK:
url: https://github.com/Giphy/giphy-ios-sdk
exactVersion: 2.1.16
Loaf:
url: https://github.com/schmidyy/Loaf
exactVersion: 0.6.0
SwiftyStoreKit:
url: https://github.com/bizz84/SwiftyStoreKit
exactVersion: 0.16.4
options:
#bundleIdPrefix: marindeck
postGenCommand: rbenv exec pod install
developmentLanguage: en
settingGroups:
MarindeckBaseSettings:
SWIFT_OBJC_BRIDGING_HEADER: Marindeck/Marindeck-Bridging-Header.h
settings:
base:
DEVELOPMENT_TEAM: 726VR75V6L
MARKETING_VERSION: 0.2.2
CURRENT_PROJECT_VERSION: 0.2.2
config:
debug:
DEBUG_INFORMATION_FORMAT: "dwarf-with-dsym"
# schemes:
# Debug:
# build:
# targets:
# MarinDeck: all
# MarinDeckTests: [test]
#
# Release:
# build:
# targets:
# MarinDeck: all
# MarinDeckTests: [test]
#
# run:
# config: Release
# test:
# config: Release
# profile:
# config: Release
# analyze:
# config: Release
# archive:
# config: Release
targets:
Marindeck:
type: application
platform: iOS
deploymentTarget: "15"
sources: Marindeck
scheme: {}
settings:
base:
DEVELOPMENT_TEAM: 726VR75V6L
PRODUCT_BUNDLE_IDENTIFIER: marindeck
DISPLAY_APPNAME: MarinDeck
dependencies:
- package: GRDB
- package: MarkdownView
- package: GiphyUISDK
- package: Loaf
- package: SwiftyStoreKit
preBuildScripts:
- path: ./scripts/swiftlint.sh
name: Run SwiftLint
- path: ./scripts/vite.sh
name: Build Vite
Marindeck-dev:
type: application
platform: iOS
deploymentTarget: "15"
sources: Marindeck
scheme: {}
settings:
base:
DEVELOPMENT_TEAM: 726VR75V6L
PRODUCT_BUNDLE_IDENTIFIER: marindeck.dev
DISPLAY_APPNAME: MD-dev
dependencies:
- package: GRDB
- package: MarkdownView
- package: GiphyUISDK
- package: Loaf
- package: SwiftyStoreKit