-
Notifications
You must be signed in to change notification settings - Fork 1
/
TemplateInfo.plist
110 lines (110 loc) · 3.17 KB
/
TemplateInfo.plist
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
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kind</key>
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
<key>Identifier</key>
<string>com.masilotti.templates.turbonative.base</string>
<key>Ancestors</key>
<array>
<string>com.apple.dt.unit.applicationBase</string>
</array>
<key>Concrete</key>
<true/>
<key>NameOfInitialFileForEditor</key>
<string>TurboNavigationController.swift</string>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
<key>Targets</key>
<array>
<dict>
<key>TargetIdentifier</key>
<string>com.apple.dt.iosApplicationTarget</string>
<key>SharedSettings</key>
<dict>
<key>SWIFT_VERSION</key>
<string>5.0</string>
<key>ASSETCATALOG_COMPILER_APPICON_NAME</key>
<string>AppIcon</string>
<key>ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME</key>
<string>AccentColor</string>
<key>LD_RUNPATH_SEARCH_PATHS</key>
<string>$(inherited) @executable_path/Frameworks</string>
<key>TARGETED_DEVICE_FAMILY</key>
<string>1</string>
<key>SDKROOT</key>
<string>iphoneos</string>
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
<string>latest_iphoneos</string>
<key>INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone</key>
<string>UIInterfaceOrientationPortrait</string>
<key>INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents</key>
<string>YES</string>
<key>INFOPLIST_KEY_UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>INFOPLIST_FILE</key>
<string>___PACKAGENAME___/Configuration/Info.plist</string>
</dict>
<key>Configurations</key>
<dict>
<key>Release</key>
<dict>
<key>VALIDATE_PRODUCT</key>
<string>YES</string>
</dict>
</dict>
</dict>
</array>
<key>Nodes</key>
<array>
<string>Configuration/Info.plist</string>
<string>Controllers/TurboNavigationController.swift</string>
<string>Delegates/AppDelegate.swift</string>
<string>Delegates/SceneDelegate.swift</string>
<string>Resources/Base.lproj/LaunchScreen.storyboard</string>
</array>
<key>Definitions</key>
<dict>
<key>Configuration/Info.plist</key>
<dict>
<key>Path</key>
<string>Configuration/Info.plist</string>
<key>Group</key>
<string>Configuration</string>
<key>TargetIdentifiers</key>
<array/>
</dict>
<key>Controllers/TurboNavigationController.swift</key>
<dict>
<key>Path</key>
<string>Controllers/TurboNavigationController.swift</string>
<key>Group</key>
<string>Controllers</string>
</dict>
<key>Delegates/AppDelegate.swift</key>
<dict>
<key>Path</key>
<string>Delegates/AppDelegate.swift</string>
<key>Group</key>
<string>Delegates</string>
</dict>
<key>Delegates/SceneDelegate.swift</key>
<dict>
<key>Path</key>
<string>Delegates/SceneDelegate.swift</string>
<key>Group</key>
<string>Delegates</string>
</dict>
<key>Resources/Base.lproj/LaunchScreen.storyboard</key>
<dict>
<key>Path</key>
<string>Resources/LaunchScreen.storyboard</string>
<key>Group</key>
<string>Resources</string>
</dict>
</dict>
</dict>
</plist>