-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
52 lines (52 loc) · 1.5 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
# generated with XCEProjectGenerator
# https://github.com/XCEssentials/ProjectGenerator
# https://github.com/workshop/struct/wiki/Spec-format:-v2.0
version: 2.1.0
configurations:
Debug:
type: "debug"
overrides:
IPHONEOS_DEPLOYMENT_TARGET: "8.0"
SWIFT_VERSION: "3.0"
VERSIONING_SYSTEM: "apple-generic"
CURRENT_PROJECT_VERSION: "0"
CODE_SIGN_IDENTITY[sdk=iphoneos*]: ""
SWIFT_OPTIMIZATION_LEVEL: "-Onone"
Release:
type: "release"
overrides:
IPHONEOS_DEPLOYMENT_TARGET: "8.0"
SWIFT_VERSION: "3.0"
VERSIONING_SYSTEM: "apple-generic"
CURRENT_PROJECT_VERSION: "0"
CODE_SIGN_IDENTITY[sdk=iphoneos*]: ""
targets:
Fwk:
platform: "ios"
type: ":framework"
sources:
- "Sources"
configurations:
Debug:
PRODUCT_NAME: "XCECollectionView"
IPHONEOS_DEPLOYMENT_TARGET: "8.0"
PRODUCT_BUNDLE_IDENTIFIER: "io.XCEssentials.CollectionView"
INFOPLIST_FILE: "Info/Fwk.plist"
SDKROOT: "iphoneos"
TARGETED_DEVICE_FAMILY: "1,2"
DEFINES_MODULE: "NO"
SKIP_INSTALL: "YES"
MTL_ENABLE_DEBUG_INFO: "true"
Release:
PRODUCT_NAME: "XCECollectionView"
IPHONEOS_DEPLOYMENT_TARGET: "8.0"
PRODUCT_BUNDLE_IDENTIFIER: "io.XCEssentials.CollectionView"
INFOPLIST_FILE: "Info/Fwk.plist"
SDKROOT: "iphoneos"
TARGETED_DEVICE_FAMILY: "1,2"
DEFINES_MODULE: "NO"
SKIP_INSTALL: "YES"
variants:
$base:
abstract: true
Main: