|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 56; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 09794E3A2C295F4600023CD1 /* InputFieldViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09794E392C295F4600023CD1 /* InputFieldViewConfiguration.swift */; }; |
11 | | - 09794E3C2C2ADAFE00023CD1 /* InputFieldSampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09794E3B2C2ADAFE00023CD1 /* InputFieldSampleView.swift */; }; |
12 | | - 09B493CD2C986F1800C66743 /* ReadableContentWidthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09B493CC2C986F1400C66743 /* ReadableContentWidthView.swift */; }; |
13 | | - 3F9F28442A3AEC6000D92CA2 /* SamplesListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9F28432A3AEC6000D92CA2 /* SamplesListView.swift */; }; |
14 | | - 3F9F28462A3AEC8B00D92CA2 /* GRAsyncImageSampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9F28452A3AEC8B00D92CA2 /* GRAsyncImageSampleView.swift */; }; |
15 | 10 | 3F9F28482A3AECC700D92CA2 /* GRAsyncImage in Frameworks */ = {isa = PBXBuildFile; productRef = 3F9F28472A3AECC700D92CA2 /* GRAsyncImage */; }; |
16 | | - 5D740EAD29B0BE0100975B8C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D740EAC29B0BE0100975B8C /* AppDelegate.swift */; }; |
17 | | - 5D740EB829B0BE0200975B8C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D740EB729B0BE0200975B8C /* Assets.xcassets */; }; |
18 | | - 5D740EBB29B0BE0200975B8C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D740EB929B0BE0200975B8C /* LaunchScreen.storyboard */; }; |
19 | 11 | 5D740EC629B0BE7300975B8C /* GoodSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 5D740EC529B0BE7300975B8C /* GoodSwiftUI */; }; |
20 | | - 78B2DC2D2CF70B710053DF97 /* GRToggleSampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B2DC2C2CF70B680053DF97 /* GRToggleSampleView.swift */; }; |
21 | | - 78062C8E2CEDD3D000281C04 /* GRButtonSampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78062C8D2CEDD3BE00281C04 /* GRButtonSampleView.swift */; }; |
22 | 12 | /* End PBXBuildFile section */ |
23 | 13 |
|
| 14 | +/* Begin PBXContainerItemProxy section */ |
| 15 | + 3FBFD65D2D41194000E6E35A /* PBXContainerItemProxy */ = { |
| 16 | + isa = PBXContainerItemProxy; |
| 17 | + containerPortal = 5D740EA129B0BE0100975B8C /* Project object */; |
| 18 | + proxyType = 1; |
| 19 | + remoteGlobalIDString = 5D740EA829B0BE0100975B8C; |
| 20 | + remoteInfo = "GoodSwiftUI-Sample"; |
| 21 | + }; |
| 22 | +/* End PBXContainerItemProxy section */ |
| 23 | + |
24 | 24 | /* Begin PBXFileReference section */ |
25 | | - 09794E392C295F4600023CD1 /* InputFieldViewConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputFieldViewConfiguration.swift; sourceTree = "<group>"; }; |
26 | | - 09794E3B2C2ADAFE00023CD1 /* InputFieldSampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputFieldSampleView.swift; sourceTree = "<group>"; }; |
27 | | - 09B493CC2C986F1400C66743 /* ReadableContentWidthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadableContentWidthView.swift; sourceTree = "<group>"; }; |
28 | | - 3F9F28432A3AEC6000D92CA2 /* SamplesListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SamplesListView.swift; sourceTree = "<group>"; }; |
29 | | - 3F9F28452A3AEC8B00D92CA2 /* GRAsyncImageSampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRAsyncImageSampleView.swift; sourceTree = "<group>"; }; |
| 25 | + 3FBFD6572D41194000E6E35A /* sourcery_iOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sourcery_iOSUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 26 | 5D740EA929B0BE0100975B8C /* GoodSwiftUI-Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GoodSwiftUI-Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | | - 5D740EAC29B0BE0100975B8C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
32 | | - 5D740EB729B0BE0200975B8C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
33 | | - 5D740EBA29B0BE0200975B8C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
34 | | - 5D740EBC29B0BE0200975B8C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | 27 | 5D740EC329B0BE5F00975B8C /* GoodSwiftUI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = GoodSwiftUI; path = ..; sourceTree = "<group>"; }; |
36 | | - 78B2DC2C2CF70B680053DF97 /* GRToggleSampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRToggleSampleView.swift; sourceTree = "<group>"; }; |
37 | 28 | 78062C8D2CEDD3BE00281C04 /* GRButtonSampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRButtonSampleView.swift; sourceTree = "<group>"; }; |
| 29 | + 78B2DC2C2CF70B680053DF97 /* GRToggleSampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRToggleSampleView.swift; sourceTree = "<group>"; }; |
38 | 30 | /* End PBXFileReference section */ |
39 | 31 |
|
| 32 | +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 33 | + 3F19A5E92D41278600C91600 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
| 34 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 35 | + membershipExceptions = ( |
| 36 | + Info.plist, |
| 37 | + ); |
| 38 | + target = 5D740EA829B0BE0100975B8C /* GoodSwiftUI-Sample */; |
| 39 | + }; |
| 40 | +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 41 | + |
| 42 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 43 | + 3F19A5DC2D41278600C91600 /* GoodSwiftUI-Sample */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (3F19A5E92D41278600C91600 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = "GoodSwiftUI-Sample"; sourceTree = "<group>"; }; |
| 44 | + 3FBFD6582D41194000E6E35A /* sample_iOSUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = sample_iOSUITests; sourceTree = "<group>"; }; |
| 45 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 46 | + |
40 | 47 | /* Begin PBXFrameworksBuildPhase section */ |
| 48 | + 3FBFD6542D41194000E6E35A /* Frameworks */ = { |
| 49 | + isa = PBXFrameworksBuildPhase; |
| 50 | + buildActionMask = 2147483647; |
| 51 | + files = ( |
| 52 | + ); |
| 53 | + runOnlyForDeploymentPostprocessing = 0; |
| 54 | + }; |
41 | 55 | 5D740EA629B0BE0100975B8C /* Frameworks */ = { |
42 | 56 | isa = PBXFrameworksBuildPhase; |
43 | 57 | buildActionMask = 2147483647; |
|
50 | 64 | /* End PBXFrameworksBuildPhase section */ |
51 | 65 |
|
52 | 66 | /* Begin PBXGroup section */ |
53 | | - 09794E382C295F3F00023CD1 /* Extensions */ = { |
| 67 | + 3FA663A22D6F164F00269137 /* Recovered References */ = { |
54 | 68 | isa = PBXGroup; |
55 | 69 | children = ( |
56 | | - 09794E392C295F4600023CD1 /* InputFieldViewConfiguration.swift */, |
57 | | - ); |
58 | | - path = Extensions; |
59 | | - sourceTree = "<group>"; |
60 | | - }; |
61 | | - 3F9F28422A3AEC5200D92CA2 /* Screens */ = { |
62 | | - isa = PBXGroup; |
63 | | - children = ( |
64 | | - 78B2DC2C2CF70B680053DF97 /* GRToggleSampleView.swift */, |
65 | 70 | 78062C8D2CEDD3BE00281C04 /* GRButtonSampleView.swift */, |
66 | | - 09B493CC2C986F1400C66743 /* ReadableContentWidthView.swift */, |
67 | | - 3F9F28432A3AEC6000D92CA2 /* SamplesListView.swift */, |
68 | | - 3F9F28452A3AEC8B00D92CA2 /* GRAsyncImageSampleView.swift */, |
69 | | - 09794E3B2C2ADAFE00023CD1 /* InputFieldSampleView.swift */, |
| 71 | + 78B2DC2C2CF70B680053DF97 /* GRToggleSampleView.swift */, |
70 | 72 | ); |
71 | | - path = Screens; |
| 73 | + name = "Recovered References"; |
72 | 74 | sourceTree = "<group>"; |
73 | 75 | }; |
74 | 76 | 5D740EA029B0BE0100975B8C = { |
75 | 77 | isa = PBXGroup; |
76 | 78 | children = ( |
77 | 79 | 5D740EC229B0BE5F00975B8C /* Packages */, |
78 | | - 5D740EAB29B0BE0100975B8C /* GoodSwiftUI-Sample */, |
| 80 | + 3F19A5DC2D41278600C91600 /* GoodSwiftUI-Sample */, |
| 81 | + 3FBFD6582D41194000E6E35A /* sample_iOSUITests */, |
79 | 82 | 5D740EAA29B0BE0100975B8C /* Products */, |
80 | | - 5D740EC429B0BE7300975B8C /* Frameworks */, |
| 83 | + 3FA663A22D6F164F00269137 /* Recovered References */, |
81 | 84 | ); |
82 | 85 | sourceTree = "<group>"; |
83 | 86 | }; |
84 | 87 | 5D740EAA29B0BE0100975B8C /* Products */ = { |
85 | 88 | isa = PBXGroup; |
86 | 89 | children = ( |
87 | 90 | 5D740EA929B0BE0100975B8C /* GoodSwiftUI-Sample.app */, |
| 91 | + 3FBFD6572D41194000E6E35A /* sourcery_iOSUITests.xctest */, |
88 | 92 | ); |
89 | 93 | name = Products; |
90 | 94 | sourceTree = "<group>"; |
91 | 95 | }; |
92 | | - 5D740EAB29B0BE0100975B8C /* GoodSwiftUI-Sample */ = { |
93 | | - isa = PBXGroup; |
94 | | - children = ( |
95 | | - 09794E382C295F3F00023CD1 /* Extensions */, |
96 | | - 3F9F28422A3AEC5200D92CA2 /* Screens */, |
97 | | - 5D740EAC29B0BE0100975B8C /* AppDelegate.swift */, |
98 | | - 5D740EB729B0BE0200975B8C /* Assets.xcassets */, |
99 | | - 5D740EB929B0BE0200975B8C /* LaunchScreen.storyboard */, |
100 | | - 5D740EBC29B0BE0200975B8C /* Info.plist */, |
101 | | - ); |
102 | | - path = "GoodSwiftUI-Sample"; |
103 | | - sourceTree = "<group>"; |
104 | | - }; |
105 | 96 | 5D740EC229B0BE5F00975B8C /* Packages */ = { |
106 | 97 | isa = PBXGroup; |
107 | 98 | children = ( |
|
110 | 101 | name = Packages; |
111 | 102 | sourceTree = "<group>"; |
112 | 103 | }; |
113 | | - 5D740EC429B0BE7300975B8C /* Frameworks */ = { |
114 | | - isa = PBXGroup; |
115 | | - children = ( |
116 | | - ); |
117 | | - name = Frameworks; |
118 | | - sourceTree = "<group>"; |
119 | | - }; |
120 | 104 | /* End PBXGroup section */ |
121 | 105 |
|
122 | 106 | /* Begin PBXNativeTarget section */ |
| 107 | + 3FBFD6562D41194000E6E35A /* sourcery_iOSUITests */ = { |
| 108 | + isa = PBXNativeTarget; |
| 109 | + buildConfigurationList = 3FBFD65F2D41194000E6E35A /* Build configuration list for PBXNativeTarget "sourcery_iOSUITests" */; |
| 110 | + buildPhases = ( |
| 111 | + 3FBFD6532D41194000E6E35A /* Sources */, |
| 112 | + 3FBFD6542D41194000E6E35A /* Frameworks */, |
| 113 | + 3FBFD6552D41194000E6E35A /* Resources */, |
| 114 | + ); |
| 115 | + buildRules = ( |
| 116 | + ); |
| 117 | + dependencies = ( |
| 118 | + 3FBFD65E2D41194000E6E35A /* PBXTargetDependency */, |
| 119 | + ); |
| 120 | + fileSystemSynchronizedGroups = ( |
| 121 | + 3FBFD6582D41194000E6E35A /* sample_iOSUITests */, |
| 122 | + ); |
| 123 | + name = sourcery_iOSUITests; |
| 124 | + packageProductDependencies = ( |
| 125 | + ); |
| 126 | + productName = sourcery_iOSUITests; |
| 127 | + productReference = 3FBFD6572D41194000E6E35A /* sourcery_iOSUITests.xctest */; |
| 128 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 129 | + }; |
123 | 130 | 5D740EA829B0BE0100975B8C /* GoodSwiftUI-Sample */ = { |
124 | 131 | isa = PBXNativeTarget; |
125 | 132 | buildConfigurationList = 5D740EBF29B0BE0200975B8C /* Build configuration list for PBXNativeTarget "GoodSwiftUI-Sample" */; |
|
132 | 139 | ); |
133 | 140 | dependencies = ( |
134 | 141 | ); |
| 142 | + fileSystemSynchronizedGroups = ( |
| 143 | + 3F19A5DC2D41278600C91600 /* GoodSwiftUI-Sample */, |
| 144 | + ); |
135 | 145 | name = "GoodSwiftUI-Sample"; |
136 | 146 | packageProductDependencies = ( |
137 | 147 | 5D740EC529B0BE7300975B8C /* GoodSwiftUI */, |
|
148 | 158 | isa = PBXProject; |
149 | 159 | attributes = { |
150 | 160 | BuildIndependentTargetsInParallel = 1; |
151 | | - LastSwiftUpdateCheck = 1420; |
| 161 | + LastSwiftUpdateCheck = 1600; |
152 | 162 | LastUpgradeCheck = 1420; |
153 | 163 | TargetAttributes = { |
| 164 | + 3FBFD6562D41194000E6E35A = { |
| 165 | + CreatedOnToolsVersion = 16.0; |
| 166 | + TestTargetID = 5D740EA829B0BE0100975B8C; |
| 167 | + }; |
154 | 168 | 5D740EA829B0BE0100975B8C = { |
155 | 169 | CreatedOnToolsVersion = 14.2; |
156 | 170 | }; |
|
170 | 184 | projectRoot = ""; |
171 | 185 | targets = ( |
172 | 186 | 5D740EA829B0BE0100975B8C /* GoodSwiftUI-Sample */, |
| 187 | + 3FBFD6562D41194000E6E35A /* sourcery_iOSUITests */, |
173 | 188 | ); |
174 | 189 | }; |
175 | 190 | /* End PBXProject section */ |
176 | 191 |
|
177 | 192 | /* Begin PBXResourcesBuildPhase section */ |
| 193 | + 3FBFD6552D41194000E6E35A /* Resources */ = { |
| 194 | + isa = PBXResourcesBuildPhase; |
| 195 | + buildActionMask = 2147483647; |
| 196 | + files = ( |
| 197 | + ); |
| 198 | + runOnlyForDeploymentPostprocessing = 0; |
| 199 | + }; |
178 | 200 | 5D740EA729B0BE0100975B8C /* Resources */ = { |
179 | 201 | isa = PBXResourcesBuildPhase; |
180 | 202 | buildActionMask = 2147483647; |
181 | 203 | files = ( |
182 | | - 5D740EBB29B0BE0200975B8C /* LaunchScreen.storyboard in Resources */, |
183 | | - 5D740EB829B0BE0200975B8C /* Assets.xcassets in Resources */, |
184 | 204 | ); |
185 | 205 | runOnlyForDeploymentPostprocessing = 0; |
186 | 206 | }; |
187 | 207 | /* End PBXResourcesBuildPhase section */ |
188 | 208 |
|
189 | 209 | /* Begin PBXSourcesBuildPhase section */ |
| 210 | + 3FBFD6532D41194000E6E35A /* Sources */ = { |
| 211 | + isa = PBXSourcesBuildPhase; |
| 212 | + buildActionMask = 2147483647; |
| 213 | + files = ( |
| 214 | + ); |
| 215 | + runOnlyForDeploymentPostprocessing = 0; |
| 216 | + }; |
190 | 217 | 5D740EA529B0BE0100975B8C /* Sources */ = { |
191 | 218 | isa = PBXSourcesBuildPhase; |
192 | 219 | buildActionMask = 2147483647; |
193 | 220 | files = ( |
194 | | - 78062C8E2CEDD3D000281C04 /* GRButtonSampleView.swift in Sources */, |
195 | | - 09B493CD2C986F1800C66743 /* ReadableContentWidthView.swift in Sources */, |
196 | | - 5D740EAD29B0BE0100975B8C /* AppDelegate.swift in Sources */, |
197 | | - 09794E3A2C295F4600023CD1 /* InputFieldViewConfiguration.swift in Sources */, |
198 | | - 78B2DC2D2CF70B710053DF97 /* GRToggleSampleView.swift in Sources */, |
199 | | - 3F9F28462A3AEC8B00D92CA2 /* GRAsyncImageSampleView.swift in Sources */, |
200 | | - 3F9F28442A3AEC6000D92CA2 /* SamplesListView.swift in Sources */, |
201 | | - 09794E3C2C2ADAFE00023CD1 /* InputFieldSampleView.swift in Sources */, |
202 | 221 | ); |
203 | 222 | runOnlyForDeploymentPostprocessing = 0; |
204 | 223 | }; |
205 | 224 | /* End PBXSourcesBuildPhase section */ |
206 | 225 |
|
207 | | -/* Begin PBXVariantGroup section */ |
208 | | - 5D740EB929B0BE0200975B8C /* LaunchScreen.storyboard */ = { |
209 | | - isa = PBXVariantGroup; |
210 | | - children = ( |
211 | | - 5D740EBA29B0BE0200975B8C /* Base */, |
212 | | - ); |
213 | | - name = LaunchScreen.storyboard; |
214 | | - sourceTree = "<group>"; |
| 226 | +/* Begin PBXTargetDependency section */ |
| 227 | + 3FBFD65E2D41194000E6E35A /* PBXTargetDependency */ = { |
| 228 | + isa = PBXTargetDependency; |
| 229 | + target = 5D740EA829B0BE0100975B8C /* GoodSwiftUI-Sample */; |
| 230 | + targetProxy = 3FBFD65D2D41194000E6E35A /* PBXContainerItemProxy */; |
215 | 231 | }; |
216 | | -/* End PBXVariantGroup section */ |
| 232 | +/* End PBXTargetDependency section */ |
217 | 233 |
|
218 | 234 | /* Begin XCBuildConfiguration section */ |
| 235 | + 3FBFD6602D41194000E6E35A /* Debug */ = { |
| 236 | + isa = XCBuildConfiguration; |
| 237 | + buildSettings = { |
| 238 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 239 | + CODE_SIGN_STYLE = Automatic; |
| 240 | + CURRENT_PROJECT_VERSION = 1; |
| 241 | + DEVELOPMENT_TEAM = P9F25DCA84; |
| 242 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 243 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 244 | + GENERATE_INFOPLIST_FILE = YES; |
| 245 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 246 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 247 | + MARKETING_VERSION = 1.0; |
| 248 | + PRODUCT_BUNDLE_IDENTIFIER = "com.goodrequest.sourcery-iOSUITests"; |
| 249 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 250 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 251 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 252 | + SWIFT_VERSION = 5.0; |
| 253 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 254 | + TEST_TARGET_NAME = "GoodSwiftUI-Sample"; |
| 255 | + }; |
| 256 | + name = Debug; |
| 257 | + }; |
| 258 | + 3FBFD6612D41194000E6E35A /* Release */ = { |
| 259 | + isa = XCBuildConfiguration; |
| 260 | + buildSettings = { |
| 261 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 262 | + CODE_SIGN_STYLE = Automatic; |
| 263 | + CURRENT_PROJECT_VERSION = 1; |
| 264 | + DEVELOPMENT_TEAM = P9F25DCA84; |
| 265 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 266 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 267 | + GENERATE_INFOPLIST_FILE = YES; |
| 268 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 269 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 270 | + MARKETING_VERSION = 1.0; |
| 271 | + PRODUCT_BUNDLE_IDENTIFIER = "com.goodrequest.sourcery-iOSUITests"; |
| 272 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 273 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 274 | + SWIFT_VERSION = 5.0; |
| 275 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 276 | + TEST_TARGET_NAME = "GoodSwiftUI-Sample"; |
| 277 | + }; |
| 278 | + name = Release; |
| 279 | + }; |
219 | 280 | 5D740EBD29B0BE0200975B8C /* Debug */ = { |
220 | 281 | isa = XCBuildConfiguration; |
221 | 282 | buildSettings = { |
|
391 | 452 | /* End XCBuildConfiguration section */ |
392 | 453 |
|
393 | 454 | /* Begin XCConfigurationList section */ |
| 455 | + 3FBFD65F2D41194000E6E35A /* Build configuration list for PBXNativeTarget "sourcery_iOSUITests" */ = { |
| 456 | + isa = XCConfigurationList; |
| 457 | + buildConfigurations = ( |
| 458 | + 3FBFD6602D41194000E6E35A /* Debug */, |
| 459 | + 3FBFD6612D41194000E6E35A /* Release */, |
| 460 | + ); |
| 461 | + defaultConfigurationIsVisible = 0; |
| 462 | + defaultConfigurationName = Release; |
| 463 | + }; |
394 | 464 | 5D740EA429B0BE0100975B8C /* Build configuration list for PBXProject "GoodSwiftUI-Sample" */ = { |
395 | 465 | isa = XCConfigurationList; |
396 | 466 | buildConfigurations = ( |
|
0 commit comments