|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 74F320A02CAD697000BF65A1 /* SwiftComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 74F3209F2CAD697000BF65A1 /* SwiftComponents */; }; |
| 10 | + 74418E962CCBA05200FD73A4 /* ComponentsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 74418E952CCBA05200FD73A4 /* ComponentsKit */; }; |
11 | 11 | /* End PBXBuildFile section */
|
12 | 12 |
|
13 | 13 | /* Begin PBXFileReference section */
|
14 |
| - 74F320552CAD68A500BF65A1 /* SwiftComponentsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftComponentsApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 14 | + 74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComponentsKitApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
15 | 15 | /* End PBXFileReference section */
|
16 | 16 |
|
17 | 17 | /* Begin PBXFileSystemSynchronizedRootGroup section */
|
18 |
| - 74F320572CAD68A500BF65A1 /* SwiftComponentsApp */ = { |
| 18 | + 74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */ = { |
19 | 19 | isa = PBXFileSystemSynchronizedRootGroup;
|
20 |
| - path = SwiftComponentsApp; |
| 20 | + path = ComponentsKitApp; |
21 | 21 | sourceTree = "<group>";
|
22 | 22 | };
|
23 | 23 | /* End PBXFileSystemSynchronizedRootGroup section */
|
24 | 24 |
|
25 | 25 | /* Begin PBXFrameworksBuildPhase section */
|
26 |
| - 74F320522CAD68A500BF65A1 /* Frameworks */ = { |
| 26 | + 74418E5E2CCB9FDD00FD73A4 /* Frameworks */ = { |
27 | 27 | isa = PBXFrameworksBuildPhase;
|
28 | 28 | buildActionMask = 2147483647;
|
29 | 29 | files = (
|
30 |
| - 74F320A02CAD697000BF65A1 /* SwiftComponents in Frameworks */, |
| 30 | + 74418E962CCBA05200FD73A4 /* ComponentsKit in Frameworks */, |
31 | 31 | );
|
32 | 32 | runOnlyForDeploymentPostprocessing = 0;
|
33 | 33 | };
|
34 | 34 | /* End PBXFrameworksBuildPhase section */
|
35 | 35 |
|
36 | 36 | /* Begin PBXGroup section */
|
37 |
| - 74F3204C2CAD68A500BF65A1 = { |
| 37 | + 74418E582CCB9FDD00FD73A4 = { |
38 | 38 | isa = PBXGroup;
|
39 | 39 | children = (
|
40 |
| - 74F320572CAD68A500BF65A1 /* SwiftComponentsApp */, |
41 |
| - 74F320562CAD68A500BF65A1 /* Products */, |
| 40 | + 74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */, |
| 41 | + 74418E622CCB9FDD00FD73A4 /* Products */, |
42 | 42 | );
|
43 | 43 | sourceTree = "<group>";
|
44 | 44 | };
|
45 |
| - 74F320562CAD68A500BF65A1 /* Products */ = { |
| 45 | + 74418E622CCB9FDD00FD73A4 /* Products */ = { |
46 | 46 | isa = PBXGroup;
|
47 | 47 | children = (
|
48 |
| - 74F320552CAD68A500BF65A1 /* SwiftComponentsApp.app */, |
| 48 | + 74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */, |
49 | 49 | );
|
50 | 50 | name = Products;
|
51 | 51 | sourceTree = "<group>";
|
52 | 52 | };
|
53 | 53 | /* End PBXGroup section */
|
54 | 54 |
|
55 | 55 | /* Begin PBXNativeTarget section */
|
56 |
| - 74F320542CAD68A500BF65A1 /* SwiftComponentsApp */ = { |
| 56 | + 74418E602CCB9FDD00FD73A4 /* ComponentsKitApp */ = { |
57 | 57 | isa = PBXNativeTarget;
|
58 |
| - buildConfigurationList = 74F320642CAD68A600BF65A1 /* Build configuration list for PBXNativeTarget "SwiftComponentsApp" */; |
| 58 | + buildConfigurationList = 74418E6F2CCB9FDF00FD73A4 /* Build configuration list for PBXNativeTarget "ComponentsKitApp" */; |
59 | 59 | buildPhases = (
|
60 |
| - 74F320512CAD68A500BF65A1 /* Sources */, |
61 |
| - 74F320522CAD68A500BF65A1 /* Frameworks */, |
62 |
| - 74F320532CAD68A500BF65A1 /* Resources */, |
| 60 | + 74418E5D2CCB9FDD00FD73A4 /* Sources */, |
| 61 | + 74418E5E2CCB9FDD00FD73A4 /* Frameworks */, |
| 62 | + 74418E5F2CCB9FDD00FD73A4 /* Resources */, |
63 | 63 | );
|
64 | 64 | buildRules = (
|
65 | 65 | );
|
66 | 66 | dependencies = (
|
67 | 67 | );
|
68 | 68 | fileSystemSynchronizedGroups = (
|
69 |
| - 74F320572CAD68A500BF65A1 /* SwiftComponentsApp */, |
| 69 | + 74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */, |
70 | 70 | );
|
71 |
| - name = SwiftComponentsApp; |
| 71 | + name = ComponentsKitApp; |
72 | 72 | packageProductDependencies = (
|
73 |
| - 74F3209F2CAD697000BF65A1 /* SwiftComponents */, |
| 73 | + 74418E952CCBA05200FD73A4 /* ComponentsKit */, |
74 | 74 | );
|
75 |
| - productName = SwiftComponentsApp; |
76 |
| - productReference = 74F320552CAD68A500BF65A1 /* SwiftComponentsApp.app */; |
| 75 | + productName = ComponentsKitApp; |
| 76 | + productReference = 74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */; |
77 | 77 | productType = "com.apple.product-type.application";
|
78 | 78 | };
|
79 | 79 | /* End PBXNativeTarget section */
|
80 | 80 |
|
81 | 81 | /* Begin PBXProject section */
|
82 |
| - 74F3204D2CAD68A500BF65A1 /* Project object */ = { |
| 82 | + 74418E592CCB9FDD00FD73A4 /* Project object */ = { |
83 | 83 | isa = PBXProject;
|
84 | 84 | attributes = {
|
85 | 85 | BuildIndependentTargetsInParallel = 1;
|
86 | 86 | LastSwiftUpdateCheck = 1600;
|
87 | 87 | LastUpgradeCheck = 1600;
|
88 | 88 | TargetAttributes = {
|
89 |
| - 74F320542CAD68A500BF65A1 = { |
| 89 | + 74418E602CCB9FDD00FD73A4 = { |
90 | 90 | CreatedOnToolsVersion = 16.0;
|
91 | 91 | };
|
92 | 92 | };
|
93 | 93 | };
|
94 |
| - buildConfigurationList = 74F320502CAD68A500BF65A1 /* Build configuration list for PBXProject "SwiftComponentsApp" */; |
| 94 | + buildConfigurationList = 74418E5C2CCB9FDD00FD73A4 /* Build configuration list for PBXProject "ComponentsKitApp" */; |
95 | 95 | developmentRegion = en;
|
96 | 96 | hasScannedForEncodings = 0;
|
97 | 97 | knownRegions = (
|
98 | 98 | en,
|
99 | 99 | Base,
|
100 | 100 | );
|
101 |
| - mainGroup = 74F3204C2CAD68A500BF65A1; |
| 101 | + mainGroup = 74418E582CCB9FDD00FD73A4; |
102 | 102 | minimizedProjectReferenceProxies = 1;
|
103 | 103 | packageReferences = (
|
104 |
| - 74F3209E2CAD697000BF65A1 /* XCLocalSwiftPackageReference "../../../SwiftComponents" */, |
| 104 | + 74418E942CCBA05200FD73A4 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */, |
105 | 105 | );
|
106 | 106 | preferredProjectObjectVersion = 77;
|
107 |
| - productRefGroup = 74F320562CAD68A500BF65A1 /* Products */; |
| 107 | + productRefGroup = 74418E622CCB9FDD00FD73A4 /* Products */; |
108 | 108 | projectDirPath = "";
|
109 | 109 | projectRoot = "";
|
110 | 110 | targets = (
|
111 |
| - 74F320542CAD68A500BF65A1 /* SwiftComponentsApp */, |
| 111 | + 74418E602CCB9FDD00FD73A4 /* ComponentsKitApp */, |
112 | 112 | );
|
113 | 113 | };
|
114 | 114 | /* End PBXProject section */
|
115 | 115 |
|
116 | 116 | /* Begin PBXResourcesBuildPhase section */
|
117 |
| - 74F320532CAD68A500BF65A1 /* Resources */ = { |
| 117 | + 74418E5F2CCB9FDD00FD73A4 /* Resources */ = { |
118 | 118 | isa = PBXResourcesBuildPhase;
|
119 | 119 | buildActionMask = 2147483647;
|
120 | 120 | files = (
|
|
124 | 124 | /* End PBXResourcesBuildPhase section */
|
125 | 125 |
|
126 | 126 | /* Begin PBXSourcesBuildPhase section */
|
127 |
| - 74F320512CAD68A500BF65A1 /* Sources */ = { |
| 127 | + 74418E5D2CCB9FDD00FD73A4 /* Sources */ = { |
128 | 128 | isa = PBXSourcesBuildPhase;
|
129 | 129 | buildActionMask = 2147483647;
|
130 | 130 | files = (
|
|
134 | 134 | /* End PBXSourcesBuildPhase section */
|
135 | 135 |
|
136 | 136 | /* Begin XCBuildConfiguration section */
|
137 |
| - 74F320622CAD68A600BF65A1 /* Debug */ = { |
| 137 | + 74418E6D2CCB9FDF00FD73A4 /* Debug */ = { |
138 | 138 | isa = XCBuildConfiguration;
|
139 | 139 | buildSettings = {
|
140 | 140 | ALWAYS_SEARCH_USER_PATHS = NO;
|
|
186 | 186 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
187 | 187 | GCC_WARN_UNUSED_FUNCTION = YES;
|
188 | 188 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 189 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
189 | 190 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
190 | 191 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
191 | 192 | MTL_FAST_MATH = YES;
|
192 | 193 | ONLY_ACTIVE_ARCH = YES;
|
| 194 | + SDKROOT = iphoneos; |
193 | 195 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
194 | 196 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
195 | 197 | };
|
196 | 198 | name = Debug;
|
197 | 199 | };
|
198 |
| - 74F320632CAD68A600BF65A1 /* Release */ = { |
| 200 | + 74418E6E2CCB9FDF00FD73A4 /* Release */ = { |
199 | 201 | isa = XCBuildConfiguration;
|
200 | 202 | buildSettings = {
|
201 | 203 | ALWAYS_SEARCH_USER_PATHS = NO;
|
|
241 | 243 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
242 | 244 | GCC_WARN_UNUSED_FUNCTION = YES;
|
243 | 245 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 246 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
244 | 247 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
245 | 248 | MTL_ENABLE_DEBUG_INFO = NO;
|
246 | 249 | MTL_FAST_MATH = YES;
|
| 250 | + SDKROOT = iphoneos; |
247 | 251 | SWIFT_COMPILATION_MODE = wholemodule;
|
| 252 | + VALIDATE_PRODUCT = YES; |
248 | 253 | };
|
249 | 254 | name = Release;
|
250 | 255 | };
|
251 |
| - 74F320652CAD68A600BF65A1 /* Debug */ = { |
| 256 | + 74418E702CCB9FDF00FD73A4 /* Debug */ = { |
252 | 257 | isa = XCBuildConfiguration;
|
253 | 258 | buildSettings = {
|
254 | 259 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
255 | 260 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
256 |
| - CODE_SIGN_ENTITLEMENTS = SwiftComponentsApp/SwiftComponentsApp.entitlements; |
257 | 261 | CODE_SIGN_STYLE = Automatic;
|
258 | 262 | CURRENT_PROJECT_VERSION = 1;
|
| 263 | + DEVELOPMENT_ASSET_PATHS = ""; |
259 | 264 | ENABLE_PREVIEWS = YES;
|
260 | 265 | GENERATE_INFOPLIST_FILE = YES;
|
261 |
| - INFOPLIST_KEY_CFBundleDisplayName = Components; |
262 |
| - "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
263 |
| - "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
264 |
| - "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
265 |
| - "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
266 |
| - "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
267 |
| - "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
268 |
| - "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
269 |
| - "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 266 | + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
| 267 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 268 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
270 | 269 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
271 | 270 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
272 |
| - IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
273 |
| - LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
274 |
| - "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
275 |
| - MACOSX_DEPLOYMENT_TARGET = 15.0; |
| 271 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 272 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 273 | + "$(inherited)", |
| 274 | + "@executable_path/Frameworks", |
| 275 | + ); |
276 | 276 | MARKETING_VERSION = 1.0;
|
277 |
| - PRODUCT_BUNDLE_IDENTIFIER = io.swiftcomponents.SwiftComponentsApp; |
| 277 | + PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.ComponentsKitApp; |
278 | 278 | PRODUCT_NAME = "$(TARGET_NAME)";
|
279 |
| - SDKROOT = auto; |
280 |
| - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
281 | 279 | SWIFT_EMIT_LOC_STRINGS = YES;
|
282 | 280 | SWIFT_VERSION = 5.0;
|
283 |
| - TARGETED_DEVICE_FAMILY = "1,2,7"; |
284 |
| - XROS_DEPLOYMENT_TARGET = 2.0; |
| 281 | + TARGETED_DEVICE_FAMILY = "1,2"; |
285 | 282 | };
|
286 | 283 | name = Debug;
|
287 | 284 | };
|
288 |
| - 74F320662CAD68A600BF65A1 /* Release */ = { |
| 285 | + 74418E712CCB9FDF00FD73A4 /* Release */ = { |
289 | 286 | isa = XCBuildConfiguration;
|
290 | 287 | buildSettings = {
|
291 | 288 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
292 | 289 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
293 |
| - CODE_SIGN_ENTITLEMENTS = SwiftComponentsApp/SwiftComponentsApp.entitlements; |
294 | 290 | CODE_SIGN_STYLE = Automatic;
|
295 | 291 | CURRENT_PROJECT_VERSION = 1;
|
| 292 | + DEVELOPMENT_ASSET_PATHS = ""; |
296 | 293 | ENABLE_PREVIEWS = YES;
|
297 | 294 | GENERATE_INFOPLIST_FILE = YES;
|
298 |
| - INFOPLIST_KEY_CFBundleDisplayName = Components; |
299 |
| - "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
300 |
| - "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
301 |
| - "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
302 |
| - "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
303 |
| - "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
304 |
| - "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
305 |
| - "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
306 |
| - "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 295 | + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
| 296 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 297 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
307 | 298 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
308 | 299 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
309 |
| - IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
310 |
| - LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
311 |
| - "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
312 |
| - MACOSX_DEPLOYMENT_TARGET = 15.0; |
| 300 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 301 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 302 | + "$(inherited)", |
| 303 | + "@executable_path/Frameworks", |
| 304 | + ); |
313 | 305 | MARKETING_VERSION = 1.0;
|
314 |
| - PRODUCT_BUNDLE_IDENTIFIER = io.swiftcomponents.SwiftComponentsApp; |
| 306 | + PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.ComponentsKitApp; |
315 | 307 | PRODUCT_NAME = "$(TARGET_NAME)";
|
316 |
| - SDKROOT = auto; |
317 |
| - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
318 | 308 | SWIFT_EMIT_LOC_STRINGS = YES;
|
319 | 309 | SWIFT_VERSION = 5.0;
|
320 |
| - TARGETED_DEVICE_FAMILY = "1,2,7"; |
321 |
| - XROS_DEPLOYMENT_TARGET = 2.0; |
| 310 | + TARGETED_DEVICE_FAMILY = "1,2"; |
322 | 311 | };
|
323 | 312 | name = Release;
|
324 | 313 | };
|
325 | 314 | /* End XCBuildConfiguration section */
|
326 | 315 |
|
327 | 316 | /* Begin XCConfigurationList section */
|
328 |
| - 74F320502CAD68A500BF65A1 /* Build configuration list for PBXProject "SwiftComponentsApp" */ = { |
| 317 | + 74418E5C2CCB9FDD00FD73A4 /* Build configuration list for PBXProject "ComponentsKitApp" */ = { |
329 | 318 | isa = XCConfigurationList;
|
330 | 319 | buildConfigurations = (
|
331 |
| - 74F320622CAD68A600BF65A1 /* Debug */, |
332 |
| - 74F320632CAD68A600BF65A1 /* Release */, |
| 320 | + 74418E6D2CCB9FDF00FD73A4 /* Debug */, |
| 321 | + 74418E6E2CCB9FDF00FD73A4 /* Release */, |
333 | 322 | );
|
334 | 323 | defaultConfigurationIsVisible = 0;
|
335 | 324 | defaultConfigurationName = Release;
|
336 | 325 | };
|
337 |
| - 74F320642CAD68A600BF65A1 /* Build configuration list for PBXNativeTarget "SwiftComponentsApp" */ = { |
| 326 | + 74418E6F2CCB9FDF00FD73A4 /* Build configuration list for PBXNativeTarget "ComponentsKitApp" */ = { |
338 | 327 | isa = XCConfigurationList;
|
339 | 328 | buildConfigurations = (
|
340 |
| - 74F320652CAD68A600BF65A1 /* Debug */, |
341 |
| - 74F320662CAD68A600BF65A1 /* Release */, |
| 329 | + 74418E702CCB9FDF00FD73A4 /* Debug */, |
| 330 | + 74418E712CCB9FDF00FD73A4 /* Release */, |
342 | 331 | );
|
343 | 332 | defaultConfigurationIsVisible = 0;
|
344 | 333 | defaultConfigurationName = Release;
|
345 | 334 | };
|
346 | 335 | /* End XCConfigurationList section */
|
347 | 336 |
|
348 | 337 | /* Begin XCLocalSwiftPackageReference section */
|
349 |
| - 74F3209E2CAD697000BF65A1 /* XCLocalSwiftPackageReference "../../../SwiftComponents" */ = { |
| 338 | + 74418E942CCBA05200FD73A4 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */ = { |
350 | 339 | isa = XCLocalSwiftPackageReference;
|
351 |
| - relativePath = ../../../SwiftComponents; |
| 340 | + relativePath = ../../../ComponentsKit; |
352 | 341 | };
|
353 | 342 | /* End XCLocalSwiftPackageReference section */
|
354 | 343 |
|
355 | 344 | /* Begin XCSwiftPackageProductDependency section */
|
356 |
| - 74F3209F2CAD697000BF65A1 /* SwiftComponents */ = { |
| 345 | + 74418E952CCBA05200FD73A4 /* ComponentsKit */ = { |
357 | 346 | isa = XCSwiftPackageProductDependency;
|
358 |
| - productName = SwiftComponents; |
| 347 | + productName = ComponentsKit; |
359 | 348 | };
|
360 | 349 | /* End XCSwiftPackageProductDependency section */
|
361 | 350 | };
|
362 |
| - rootObject = 74F3204D2CAD68A500BF65A1 /* Project object */; |
| 351 | + rootObject = 74418E592CCB9FDD00FD73A4 /* Project object */; |
363 | 352 | }
|
0 commit comments