@tactics/toddle-styleguide 5.4.7 → 5.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarnrc.yml +0 -1
- package/ios/.xcode.env +11 -0
- package/ios/Podfile +60 -0
- package/ios/Podfile.lock +2731 -0
- package/ios/Podfile.properties.json +4 -0
- package/ios/Styleguide/AppDelegate.swift +70 -0
- package/ios/Styleguide/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/ios/Styleguide/Images.xcassets/AppIcon.appiconset/Contents.json +14 -0
- package/ios/Styleguide/Images.xcassets/Contents.json +6 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenBackground.colorset/Contents.json +20 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +23 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/ios/Styleguide/Info.plist +97 -0
- package/ios/Styleguide/PrivacyInfo.xcprivacy +48 -0
- package/ios/Styleguide/SplashScreen.storyboard +48 -0
- package/ios/Styleguide/Styleguide-Bridging-Header.h +3 -0
- package/ios/Styleguide/Styleguide.entitlements +5 -0
- package/ios/Styleguide/Supporting/Expo.plist +12 -0
- package/ios/Styleguide.xcodeproj/project.pbxproj +558 -0
- package/ios/Styleguide.xcodeproj/xcshareddata/xcschemes/Styleguide.xcscheme +88 -0
- package/ios/Styleguide.xcworkspace/contents.xcworkspacedata +10 -0
- package/package.json +5 -4
- package/src/models/time-slot-employee-sequence.ts +1 -1
|
@@ -0,0 +1,558 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 54;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
11
|
+
27CF2B85B7660E6CFA18D332 /* libPods-Styleguide.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD8226919122D05ADFDF905C /* libPods-Styleguide.a */; };
|
|
12
|
+
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
13
|
+
A02C32DAD477BBCF8EEE2F8A /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4028BA55E851FBC28E2527 /* ExpoModulesProvider.swift */; };
|
|
14
|
+
A629EC1D80942FA03C5D02D2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = AD21FCA08C64BCD098F6383E /* PrivacyInfo.xcprivacy */; };
|
|
15
|
+
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
16
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
|
|
17
|
+
/* End PBXBuildFile section */
|
|
18
|
+
|
|
19
|
+
/* Begin PBXFileReference section */
|
|
20
|
+
13B07F961A680F5B00A75B9A /* Styleguide.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Styleguide.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
21
|
+
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Styleguide/Images.xcassets; sourceTree = "<group>"; };
|
|
22
|
+
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Styleguide/Info.plist; sourceTree = "<group>"; };
|
|
23
|
+
1C4028BA55E851FBC28E2527 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Styleguide/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
24
|
+
281FAE901597F7A7F441B436 /* Pods-Styleguide.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Styleguide.release.xcconfig"; path = "Target Support Files/Pods-Styleguide/Pods-Styleguide.release.xcconfig"; sourceTree = "<group>"; };
|
|
25
|
+
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = Styleguide/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
26
|
+
AD21FCA08C64BCD098F6383E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Styleguide/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
27
|
+
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
28
|
+
CD8226919122D05ADFDF905C /* libPods-Styleguide.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Styleguide.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
29
|
+
DC301D75CED7ED9AE7259CE2 /* Pods-Styleguide.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Styleguide.debug.xcconfig"; path = "Target Support Files/Pods-Styleguide/Pods-Styleguide.debug.xcconfig"; sourceTree = "<group>"; };
|
|
30
|
+
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
31
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Styleguide/AppDelegate.swift; sourceTree = "<group>"; };
|
|
32
|
+
F11748442D0722820044C1D9 /* Styleguide-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Styleguide-Bridging-Header.h"; path = "Styleguide/Styleguide-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
33
|
+
/* End PBXFileReference section */
|
|
34
|
+
|
|
35
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
36
|
+
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
37
|
+
isa = PBXFrameworksBuildPhase;
|
|
38
|
+
buildActionMask = 2147483647;
|
|
39
|
+
files = (
|
|
40
|
+
27CF2B85B7660E6CFA18D332 /* libPods-Styleguide.a in Frameworks */,
|
|
41
|
+
);
|
|
42
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
43
|
+
};
|
|
44
|
+
/* End PBXFrameworksBuildPhase section */
|
|
45
|
+
|
|
46
|
+
/* Begin PBXGroup section */
|
|
47
|
+
10308CE4DB80EA9E535EA992 /* Pods */ = {
|
|
48
|
+
isa = PBXGroup;
|
|
49
|
+
children = (
|
|
50
|
+
DC301D75CED7ED9AE7259CE2 /* Pods-Styleguide.debug.xcconfig */,
|
|
51
|
+
281FAE901597F7A7F441B436 /* Pods-Styleguide.release.xcconfig */,
|
|
52
|
+
);
|
|
53
|
+
name = Pods;
|
|
54
|
+
path = Pods;
|
|
55
|
+
sourceTree = "<group>";
|
|
56
|
+
};
|
|
57
|
+
13B07FAE1A68108700A75B9A /* Styleguide */ = {
|
|
58
|
+
isa = PBXGroup;
|
|
59
|
+
children = (
|
|
60
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */,
|
|
61
|
+
F11748442D0722820044C1D9 /* Styleguide-Bridging-Header.h */,
|
|
62
|
+
BB2F792B24A3F905000567C9 /* Supporting */,
|
|
63
|
+
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
64
|
+
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
65
|
+
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
66
|
+
AD21FCA08C64BCD098F6383E /* PrivacyInfo.xcprivacy */,
|
|
67
|
+
);
|
|
68
|
+
name = Styleguide;
|
|
69
|
+
sourceTree = "<group>";
|
|
70
|
+
};
|
|
71
|
+
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
72
|
+
isa = PBXGroup;
|
|
73
|
+
children = (
|
|
74
|
+
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
75
|
+
CD8226919122D05ADFDF905C /* libPods-Styleguide.a */,
|
|
76
|
+
);
|
|
77
|
+
name = Frameworks;
|
|
78
|
+
sourceTree = "<group>";
|
|
79
|
+
};
|
|
80
|
+
50B3DDEC25C45F22F0B0FB6B /* Styleguide */ = {
|
|
81
|
+
isa = PBXGroup;
|
|
82
|
+
children = (
|
|
83
|
+
1C4028BA55E851FBC28E2527 /* ExpoModulesProvider.swift */,
|
|
84
|
+
);
|
|
85
|
+
name = Styleguide;
|
|
86
|
+
sourceTree = "<group>";
|
|
87
|
+
};
|
|
88
|
+
61EC9564DC21CF0F2AD0D1B5 /* ExpoModulesProviders */ = {
|
|
89
|
+
isa = PBXGroup;
|
|
90
|
+
children = (
|
|
91
|
+
50B3DDEC25C45F22F0B0FB6B /* Styleguide */,
|
|
92
|
+
);
|
|
93
|
+
name = ExpoModulesProviders;
|
|
94
|
+
sourceTree = "<group>";
|
|
95
|
+
};
|
|
96
|
+
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
97
|
+
isa = PBXGroup;
|
|
98
|
+
children = (
|
|
99
|
+
);
|
|
100
|
+
name = Libraries;
|
|
101
|
+
sourceTree = "<group>";
|
|
102
|
+
};
|
|
103
|
+
83CBB9F61A601CBA00E9B192 = {
|
|
104
|
+
isa = PBXGroup;
|
|
105
|
+
children = (
|
|
106
|
+
13B07FAE1A68108700A75B9A /* Styleguide */,
|
|
107
|
+
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
108
|
+
83CBBA001A601CBA00E9B192 /* Products */,
|
|
109
|
+
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
110
|
+
10308CE4DB80EA9E535EA992 /* Pods */,
|
|
111
|
+
61EC9564DC21CF0F2AD0D1B5 /* ExpoModulesProviders */,
|
|
112
|
+
);
|
|
113
|
+
indentWidth = 2;
|
|
114
|
+
sourceTree = "<group>";
|
|
115
|
+
tabWidth = 2;
|
|
116
|
+
usesTabs = 0;
|
|
117
|
+
};
|
|
118
|
+
83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
119
|
+
isa = PBXGroup;
|
|
120
|
+
children = (
|
|
121
|
+
13B07F961A680F5B00A75B9A /* Styleguide.app */,
|
|
122
|
+
);
|
|
123
|
+
name = Products;
|
|
124
|
+
sourceTree = "<group>";
|
|
125
|
+
};
|
|
126
|
+
BB2F792B24A3F905000567C9 /* Supporting */ = {
|
|
127
|
+
isa = PBXGroup;
|
|
128
|
+
children = (
|
|
129
|
+
BB2F792C24A3F905000567C9 /* Expo.plist */,
|
|
130
|
+
);
|
|
131
|
+
name = Supporting;
|
|
132
|
+
path = Styleguide/Supporting;
|
|
133
|
+
sourceTree = "<group>";
|
|
134
|
+
};
|
|
135
|
+
/* End PBXGroup section */
|
|
136
|
+
|
|
137
|
+
/* Begin PBXNativeTarget section */
|
|
138
|
+
13B07F861A680F5B00A75B9A /* Styleguide */ = {
|
|
139
|
+
isa = PBXNativeTarget;
|
|
140
|
+
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Styleguide" */;
|
|
141
|
+
buildPhases = (
|
|
142
|
+
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
143
|
+
06662B262CEF3591486553CF /* [Expo] Configure project */,
|
|
144
|
+
13B07F871A680F5B00A75B9A /* Sources */,
|
|
145
|
+
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
146
|
+
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
147
|
+
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
148
|
+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
149
|
+
F73438810BE04B169B8B5BC9 /* [CP] Embed Pods Frameworks */,
|
|
150
|
+
);
|
|
151
|
+
buildRules = (
|
|
152
|
+
);
|
|
153
|
+
dependencies = (
|
|
154
|
+
);
|
|
155
|
+
name = Styleguide;
|
|
156
|
+
productName = Styleguide;
|
|
157
|
+
productReference = 13B07F961A680F5B00A75B9A /* Styleguide.app */;
|
|
158
|
+
productType = "com.apple.product-type.application";
|
|
159
|
+
};
|
|
160
|
+
/* End PBXNativeTarget section */
|
|
161
|
+
|
|
162
|
+
/* Begin PBXProject section */
|
|
163
|
+
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
164
|
+
isa = PBXProject;
|
|
165
|
+
attributes = {
|
|
166
|
+
LastUpgradeCheck = 1130;
|
|
167
|
+
TargetAttributes = {
|
|
168
|
+
13B07F861A680F5B00A75B9A = {
|
|
169
|
+
LastSwiftMigration = 1250;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Styleguide" */;
|
|
174
|
+
compatibilityVersion = "Xcode 3.2";
|
|
175
|
+
developmentRegion = en;
|
|
176
|
+
hasScannedForEncodings = 0;
|
|
177
|
+
knownRegions = (
|
|
178
|
+
en,
|
|
179
|
+
Base,
|
|
180
|
+
);
|
|
181
|
+
mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
182
|
+
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
183
|
+
projectDirPath = "";
|
|
184
|
+
projectRoot = "";
|
|
185
|
+
targets = (
|
|
186
|
+
13B07F861A680F5B00A75B9A /* Styleguide */,
|
|
187
|
+
);
|
|
188
|
+
};
|
|
189
|
+
/* End PBXProject section */
|
|
190
|
+
|
|
191
|
+
/* Begin PBXResourcesBuildPhase section */
|
|
192
|
+
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
193
|
+
isa = PBXResourcesBuildPhase;
|
|
194
|
+
buildActionMask = 2147483647;
|
|
195
|
+
files = (
|
|
196
|
+
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
197
|
+
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
198
|
+
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
199
|
+
A629EC1D80942FA03C5D02D2 /* PrivacyInfo.xcprivacy in Resources */,
|
|
200
|
+
);
|
|
201
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
202
|
+
};
|
|
203
|
+
/* End PBXResourcesBuildPhase section */
|
|
204
|
+
|
|
205
|
+
/* Begin PBXShellScriptBuildPhase section */
|
|
206
|
+
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
207
|
+
isa = PBXShellScriptBuildPhase;
|
|
208
|
+
alwaysOutOfDate = 1;
|
|
209
|
+
buildActionMask = 2147483647;
|
|
210
|
+
files = (
|
|
211
|
+
);
|
|
212
|
+
inputPaths = (
|
|
213
|
+
"$(SRCROOT)/.xcode.env",
|
|
214
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
215
|
+
);
|
|
216
|
+
name = "Bundle React Native code and images";
|
|
217
|
+
outputPaths = (
|
|
218
|
+
);
|
|
219
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
220
|
+
shellPath = /bin/sh;
|
|
221
|
+
shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
|
|
222
|
+
};
|
|
223
|
+
06662B262CEF3591486553CF /* [Expo] Configure project */ = {
|
|
224
|
+
isa = PBXShellScriptBuildPhase;
|
|
225
|
+
alwaysOutOfDate = 1;
|
|
226
|
+
buildActionMask = 2147483647;
|
|
227
|
+
files = (
|
|
228
|
+
);
|
|
229
|
+
inputFileListPaths = (
|
|
230
|
+
);
|
|
231
|
+
inputPaths = (
|
|
232
|
+
"$(SRCROOT)/.xcode.env",
|
|
233
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
234
|
+
"$(SRCROOT)/Styleguide/Styleguide.entitlements",
|
|
235
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-Styleguide/expo-configure-project.sh",
|
|
236
|
+
);
|
|
237
|
+
name = "[Expo] Configure project";
|
|
238
|
+
outputFileListPaths = (
|
|
239
|
+
);
|
|
240
|
+
outputPaths = (
|
|
241
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-Styleguide/ExpoModulesProvider.swift",
|
|
242
|
+
);
|
|
243
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
244
|
+
shellPath = /bin/sh;
|
|
245
|
+
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-Styleguide/expo-configure-project.sh\"\n";
|
|
246
|
+
};
|
|
247
|
+
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
|
|
248
|
+
isa = PBXShellScriptBuildPhase;
|
|
249
|
+
buildActionMask = 2147483647;
|
|
250
|
+
files = (
|
|
251
|
+
);
|
|
252
|
+
inputFileListPaths = (
|
|
253
|
+
);
|
|
254
|
+
inputPaths = (
|
|
255
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
256
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
257
|
+
);
|
|
258
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
259
|
+
outputFileListPaths = (
|
|
260
|
+
);
|
|
261
|
+
outputPaths = (
|
|
262
|
+
"$(DERIVED_FILE_DIR)/Pods-Styleguide-checkManifestLockResult.txt",
|
|
263
|
+
);
|
|
264
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
265
|
+
shellPath = /bin/sh;
|
|
266
|
+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
267
|
+
showEnvVarsInLog = 0;
|
|
268
|
+
};
|
|
269
|
+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
270
|
+
isa = PBXShellScriptBuildPhase;
|
|
271
|
+
buildActionMask = 2147483647;
|
|
272
|
+
files = (
|
|
273
|
+
);
|
|
274
|
+
inputPaths = (
|
|
275
|
+
"${PODS_ROOT}/Target Support Files/Pods-Styleguide/Pods-Styleguide-resources.sh",
|
|
276
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXApplication/ExpoApplication_privacy.bundle",
|
|
277
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
|
278
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
|
279
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXTaskManager/ExpoTaskManager_privacy.bundle",
|
|
280
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle",
|
|
281
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
|
282
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoLocalization/ExpoLocalization_privacy.bundle",
|
|
283
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle",
|
|
284
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
|
|
285
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
|
|
286
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
|
|
287
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle",
|
|
288
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/lottie-ios/LottiePrivacyInfo.bundle",
|
|
289
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/lottie-react-native/Lottie_React_Native_Privacy.bundle",
|
|
290
|
+
);
|
|
291
|
+
name = "[CP] Copy Pods Resources";
|
|
292
|
+
outputPaths = (
|
|
293
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoApplication_privacy.bundle",
|
|
294
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
|
295
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
|
296
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoTaskManager_privacy.bundle",
|
|
297
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle",
|
|
298
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
|
299
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoLocalization_privacy.bundle",
|
|
300
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle",
|
|
301
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
|
|
302
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
|
|
303
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
|
|
304
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle",
|
|
305
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LottiePrivacyInfo.bundle",
|
|
306
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Lottie_React_Native_Privacy.bundle",
|
|
307
|
+
);
|
|
308
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
309
|
+
shellPath = /bin/sh;
|
|
310
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Styleguide/Pods-Styleguide-resources.sh\"\n";
|
|
311
|
+
showEnvVarsInLog = 0;
|
|
312
|
+
};
|
|
313
|
+
F73438810BE04B169B8B5BC9 /* [CP] Embed Pods Frameworks */ = {
|
|
314
|
+
isa = PBXShellScriptBuildPhase;
|
|
315
|
+
buildActionMask = 2147483647;
|
|
316
|
+
files = (
|
|
317
|
+
);
|
|
318
|
+
inputPaths = (
|
|
319
|
+
"${PODS_ROOT}/Target Support Files/Pods-Styleguide/Pods-Styleguide-frameworks.sh",
|
|
320
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
|
|
321
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
|
|
322
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
323
|
+
);
|
|
324
|
+
name = "[CP] Embed Pods Frameworks";
|
|
325
|
+
outputPaths = (
|
|
326
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
|
|
327
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
|
|
328
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
329
|
+
);
|
|
330
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
331
|
+
shellPath = /bin/sh;
|
|
332
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Styleguide/Pods-Styleguide-frameworks.sh\"\n";
|
|
333
|
+
showEnvVarsInLog = 0;
|
|
334
|
+
};
|
|
335
|
+
/* End PBXShellScriptBuildPhase section */
|
|
336
|
+
|
|
337
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
338
|
+
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
339
|
+
isa = PBXSourcesBuildPhase;
|
|
340
|
+
buildActionMask = 2147483647;
|
|
341
|
+
files = (
|
|
342
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
|
|
343
|
+
A02C32DAD477BBCF8EEE2F8A /* ExpoModulesProvider.swift in Sources */,
|
|
344
|
+
);
|
|
345
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
346
|
+
};
|
|
347
|
+
/* End PBXSourcesBuildPhase section */
|
|
348
|
+
|
|
349
|
+
/* Begin XCBuildConfiguration section */
|
|
350
|
+
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
351
|
+
isa = XCBuildConfiguration;
|
|
352
|
+
baseConfigurationReference = DC301D75CED7ED9AE7259CE2 /* Pods-Styleguide.debug.xcconfig */;
|
|
353
|
+
buildSettings = {
|
|
354
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
355
|
+
CLANG_ENABLE_MODULES = YES;
|
|
356
|
+
CODE_SIGN_ENTITLEMENTS = Styleguide/Styleguide.entitlements;
|
|
357
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
358
|
+
ENABLE_BITCODE = NO;
|
|
359
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
360
|
+
"$(inherited)",
|
|
361
|
+
"FB_SONARKIT_ENABLED=1",
|
|
362
|
+
);
|
|
363
|
+
INFOPLIST_FILE = Styleguide/Info.plist;
|
|
364
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
365
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
366
|
+
"$(inherited)",
|
|
367
|
+
"@executable_path/Frameworks",
|
|
368
|
+
);
|
|
369
|
+
MARKETING_VERSION = 1.0;
|
|
370
|
+
OTHER_LDFLAGS = (
|
|
371
|
+
"$(inherited)",
|
|
372
|
+
"-ObjC",
|
|
373
|
+
"-lc++",
|
|
374
|
+
);
|
|
375
|
+
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
|
376
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.tactics.toddle;
|
|
377
|
+
PRODUCT_NAME = Styleguide;
|
|
378
|
+
SWIFT_OBJC_BRIDGING_HEADER = "Styleguide/Styleguide-Bridging-Header.h";
|
|
379
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
380
|
+
SWIFT_VERSION = 5.0;
|
|
381
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
382
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
383
|
+
};
|
|
384
|
+
name = Debug;
|
|
385
|
+
};
|
|
386
|
+
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
387
|
+
isa = XCBuildConfiguration;
|
|
388
|
+
baseConfigurationReference = 281FAE901597F7A7F441B436 /* Pods-Styleguide.release.xcconfig */;
|
|
389
|
+
buildSettings = {
|
|
390
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
391
|
+
CLANG_ENABLE_MODULES = YES;
|
|
392
|
+
CODE_SIGN_ENTITLEMENTS = Styleguide/Styleguide.entitlements;
|
|
393
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
394
|
+
INFOPLIST_FILE = Styleguide/Info.plist;
|
|
395
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
396
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
397
|
+
"$(inherited)",
|
|
398
|
+
"@executable_path/Frameworks",
|
|
399
|
+
);
|
|
400
|
+
MARKETING_VERSION = 1.0;
|
|
401
|
+
OTHER_LDFLAGS = (
|
|
402
|
+
"$(inherited)",
|
|
403
|
+
"-ObjC",
|
|
404
|
+
"-lc++",
|
|
405
|
+
);
|
|
406
|
+
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
|
407
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.tactics.toddle;
|
|
408
|
+
PRODUCT_NAME = Styleguide;
|
|
409
|
+
SWIFT_OBJC_BRIDGING_HEADER = "Styleguide/Styleguide-Bridging-Header.h";
|
|
410
|
+
SWIFT_VERSION = 5.0;
|
|
411
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
412
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
413
|
+
};
|
|
414
|
+
name = Release;
|
|
415
|
+
};
|
|
416
|
+
83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
417
|
+
isa = XCBuildConfiguration;
|
|
418
|
+
buildSettings = {
|
|
419
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
420
|
+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
421
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
422
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
423
|
+
CLANG_ENABLE_MODULES = YES;
|
|
424
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
425
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
426
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
427
|
+
CLANG_WARN_COMMA = YES;
|
|
428
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
429
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
430
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
431
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
432
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
433
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
434
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
435
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
436
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
437
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
438
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
439
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
440
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
441
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
442
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
443
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
444
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
445
|
+
COPY_PHASE_STRIP = NO;
|
|
446
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
447
|
+
ENABLE_TESTABILITY = YES;
|
|
448
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
449
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
450
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
451
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
452
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
453
|
+
"DEBUG=1",
|
|
454
|
+
"$(inherited)",
|
|
455
|
+
);
|
|
456
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
457
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
458
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
459
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
460
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
461
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
462
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
463
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
464
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
465
|
+
/usr/lib/swift,
|
|
466
|
+
"$(inherited)",
|
|
467
|
+
);
|
|
468
|
+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
469
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
|
470
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
471
|
+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
472
|
+
SDKROOT = iphoneos;
|
|
473
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
474
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
475
|
+
USE_HERMES = true;
|
|
476
|
+
};
|
|
477
|
+
name = Debug;
|
|
478
|
+
};
|
|
479
|
+
83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
480
|
+
isa = XCBuildConfiguration;
|
|
481
|
+
buildSettings = {
|
|
482
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
483
|
+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
484
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
485
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
486
|
+
CLANG_ENABLE_MODULES = YES;
|
|
487
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
488
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
489
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
490
|
+
CLANG_WARN_COMMA = YES;
|
|
491
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
492
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
493
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
494
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
495
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
496
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
497
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
498
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
499
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
500
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
501
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
502
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
503
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
504
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
505
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
506
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
507
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
508
|
+
COPY_PHASE_STRIP = YES;
|
|
509
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
510
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
511
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
512
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
513
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
514
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
515
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
516
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
517
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
518
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
519
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
520
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
521
|
+
/usr/lib/swift,
|
|
522
|
+
"$(inherited)",
|
|
523
|
+
);
|
|
524
|
+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
525
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
526
|
+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
527
|
+
SDKROOT = iphoneos;
|
|
528
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
529
|
+
USE_HERMES = true;
|
|
530
|
+
VALIDATE_PRODUCT = YES;
|
|
531
|
+
};
|
|
532
|
+
name = Release;
|
|
533
|
+
};
|
|
534
|
+
/* End XCBuildConfiguration section */
|
|
535
|
+
|
|
536
|
+
/* Begin XCConfigurationList section */
|
|
537
|
+
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Styleguide" */ = {
|
|
538
|
+
isa = XCConfigurationList;
|
|
539
|
+
buildConfigurations = (
|
|
540
|
+
13B07F941A680F5B00A75B9A /* Debug */,
|
|
541
|
+
13B07F951A680F5B00A75B9A /* Release */,
|
|
542
|
+
);
|
|
543
|
+
defaultConfigurationIsVisible = 0;
|
|
544
|
+
defaultConfigurationName = Release;
|
|
545
|
+
};
|
|
546
|
+
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Styleguide" */ = {
|
|
547
|
+
isa = XCConfigurationList;
|
|
548
|
+
buildConfigurations = (
|
|
549
|
+
83CBBA201A601CBA00E9B192 /* Debug */,
|
|
550
|
+
83CBBA211A601CBA00E9B192 /* Release */,
|
|
551
|
+
);
|
|
552
|
+
defaultConfigurationIsVisible = 0;
|
|
553
|
+
defaultConfigurationName = Release;
|
|
554
|
+
};
|
|
555
|
+
/* End XCConfigurationList section */
|
|
556
|
+
};
|
|
557
|
+
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
558
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Scheme
|
|
3
|
+
LastUpgradeVersion = "1130"
|
|
4
|
+
version = "1.3">
|
|
5
|
+
<BuildAction
|
|
6
|
+
parallelizeBuildables = "YES"
|
|
7
|
+
buildImplicitDependencies = "YES">
|
|
8
|
+
<BuildActionEntries>
|
|
9
|
+
<BuildActionEntry
|
|
10
|
+
buildForTesting = "YES"
|
|
11
|
+
buildForRunning = "YES"
|
|
12
|
+
buildForProfiling = "YES"
|
|
13
|
+
buildForArchiving = "YES"
|
|
14
|
+
buildForAnalyzing = "YES">
|
|
15
|
+
<BuildableReference
|
|
16
|
+
BuildableIdentifier = "primary"
|
|
17
|
+
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
18
|
+
BuildableName = "Styleguide.app"
|
|
19
|
+
BlueprintName = "Styleguide"
|
|
20
|
+
ReferencedContainer = "container:Styleguide.xcodeproj">
|
|
21
|
+
</BuildableReference>
|
|
22
|
+
</BuildActionEntry>
|
|
23
|
+
</BuildActionEntries>
|
|
24
|
+
</BuildAction>
|
|
25
|
+
<TestAction
|
|
26
|
+
buildConfiguration = "Debug"
|
|
27
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
+
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
+
<Testables>
|
|
31
|
+
<TestableReference
|
|
32
|
+
skipped = "NO">
|
|
33
|
+
<BuildableReference
|
|
34
|
+
BuildableIdentifier = "primary"
|
|
35
|
+
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
|
36
|
+
BuildableName = "StyleguideTests.xctest"
|
|
37
|
+
BlueprintName = "StyleguideTests"
|
|
38
|
+
ReferencedContainer = "container:Styleguide.xcodeproj">
|
|
39
|
+
</BuildableReference>
|
|
40
|
+
</TestableReference>
|
|
41
|
+
</Testables>
|
|
42
|
+
</TestAction>
|
|
43
|
+
<LaunchAction
|
|
44
|
+
buildConfiguration = "Debug"
|
|
45
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
46
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
47
|
+
launchStyle = "0"
|
|
48
|
+
useCustomWorkingDirectory = "NO"
|
|
49
|
+
ignoresPersistentStateOnLaunch = "NO"
|
|
50
|
+
debugDocumentVersioning = "YES"
|
|
51
|
+
debugServiceExtension = "internal"
|
|
52
|
+
allowLocationSimulation = "YES">
|
|
53
|
+
<BuildableProductRunnable
|
|
54
|
+
runnableDebuggingMode = "0">
|
|
55
|
+
<BuildableReference
|
|
56
|
+
BuildableIdentifier = "primary"
|
|
57
|
+
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
58
|
+
BuildableName = "Styleguide.app"
|
|
59
|
+
BlueprintName = "Styleguide"
|
|
60
|
+
ReferencedContainer = "container:Styleguide.xcodeproj">
|
|
61
|
+
</BuildableReference>
|
|
62
|
+
</BuildableProductRunnable>
|
|
63
|
+
</LaunchAction>
|
|
64
|
+
<ProfileAction
|
|
65
|
+
buildConfiguration = "Release"
|
|
66
|
+
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
67
|
+
savedToolIdentifier = ""
|
|
68
|
+
useCustomWorkingDirectory = "NO"
|
|
69
|
+
debugDocumentVersioning = "YES">
|
|
70
|
+
<BuildableProductRunnable
|
|
71
|
+
runnableDebuggingMode = "0">
|
|
72
|
+
<BuildableReference
|
|
73
|
+
BuildableIdentifier = "primary"
|
|
74
|
+
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
75
|
+
BuildableName = "Styleguide.app"
|
|
76
|
+
BlueprintName = "Styleguide"
|
|
77
|
+
ReferencedContainer = "container:Styleguide.xcodeproj">
|
|
78
|
+
</BuildableReference>
|
|
79
|
+
</BuildableProductRunnable>
|
|
80
|
+
</ProfileAction>
|
|
81
|
+
<AnalyzeAction
|
|
82
|
+
buildConfiguration = "Debug">
|
|
83
|
+
</AnalyzeAction>
|
|
84
|
+
<ArchiveAction
|
|
85
|
+
buildConfiguration = "Release"
|
|
86
|
+
revealArchiveInOrganizer = "YES">
|
|
87
|
+
</ArchiveAction>
|
|
88
|
+
</Scheme>
|