-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
84 lines (80 loc) · 2.82 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
name: GIFPedia
options:
xcodeVersion: 11.0
deploymentTarget:
iOS: 15.0
settings:
MARKETING_VERSION: 1.0.0
CURRENT_PROJECT_VERSION: 1
packages:
Nuke:
url: https://github.com/kean/Nuke
from: 11.3.0
SHURLSessionNetworkService:
url: https://github.com/Yabby1997/SHURLSessionNetworkService
from: 0.2.0
TenorRepository:
url: https://github.com/Yabby1997/TenorRepository
from: 0.1.3
GiphyRepository:
url: https://github.com/Yabby1997/GiphyRepository
from: 0.2.4
GIFPediaService:
url: https://github.com/Yabby1997/GIFPediaService
from: 0.4.2
PinnedGIFPersistence:
url: https://github.com/Yabby1997/PinnedGIFPersistence
from: 0.1.0
SHUserDefaultsPersistenceService:
url: https://github.com/Yabby1997/SHUserDefaultsPersistenceService
from: 0.2.1
GIFPediaPresentationLayer:
url: https://github.com/Yabby1997/GIFPediaPresentationLayer
from: 0.1.0
targets:
GIFPediaSwiftUI:
type: application
platform: iOS
sources:
- path: GIFPedia
excludes: [Info.plist]
info:
path: GIFPedia/Info.plist
properties:
CFBundleName: $(PRODUCT_NAME)
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion: "6.0"
UISupportedInterfaceOrientations~iphone: [UIInterfaceOrientationPortrait, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight]
UISupportedInterfaceOrientations~ipad: [UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight]
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
UIApplicationSupportsIndirectInputEvents: YES
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: YES
LSRequiresIPhoneOS: YES
CFBundleExecutable: $(EXECUTABLE_NAME)
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKIAGE_TYPE)
UILaunchScreen:
UILaunchScreen:
CFBundleDevelopmentRegion: $(DEVELOPMENT_LANGUAGE)
CFBundleShortVersionString: $(MARKETING_VERSION)
settings:
DEVELOPMENT_TEAM: 5HZQ3M82FA
INFOPLIST_FILE: GIFPedia/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.seunghun.GIFPediaSwiftUI
dependencies:
- package: Nuke
product: NukeUI
- package: GIFPediaService
product: GIFPediaService
- package: TenorRepository
product: TenorRepository
- package: GiphyRepository
product: GiphyRepository
- package: SHURLSessionNetworkService
product: SHURLSessionNetworkService
- package: PinnedGIFPersistence
product: PinnedGIFPersistence
- package: SHUserDefaultsPersistenceService
product: SHUserDefaultsPersistenceService
- package: GIFPediaPresentationLayer
product: GIFPediaPresentationLayer