|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 6C0B59F127DAB989006D979A /* BottomSheet in Frameworks */ = {isa = PBXBuildFile; productRef = 6C0B59F027DAB989006D979A /* BottomSheet */; }; |
11 | 10 | 6C0BD46D27DA862D000AF3CD /* BottomSheetExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0BD46C27DA862D000AF3CD /* BottomSheetExampleApp.swift */; }; |
12 | | - 6C0BD46F27DA862D000AF3CD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0BD46E27DA862D000AF3CD /* ContentView.swift */; }; |
13 | 11 | 6C0BD47127DA862D000AF3CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C0BD47027DA862D000AF3CD /* Assets.xcassets */; }; |
14 | 12 | 6C0BD47427DA862D000AF3CD /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C0BD47327DA862D000AF3CD /* Preview Assets.xcassets */; }; |
| 13 | + 6C6EB0B6292AEADC00106A1D /* BottomSheet in Frameworks */ = {isa = PBXBuildFile; productRef = 6C6EB0B5292AEADC00106A1D /* BottomSheet */; }; |
15 | 14 | 6C763147283D774500463709 /* ExampleOverview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C763146283D774500463709 /* ExampleOverview.swift */; }; |
16 | 15 | 6CDF5A0D27ED33C7004609F4 /* CornerRadius.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CDF5A0C27ED33C7004609F4 /* CornerRadius.swift */; }; |
| 16 | + 6CF78515293D36FB000E6581 /* StocksExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF78514293D36FB000E6581 /* StocksExample.swift */; }; |
17 | 17 | /* End PBXBuildFile section */ |
18 | 18 |
|
19 | 19 | /* Begin PBXFileReference section */ |
20 | 20 | 6C0BD46927DA862D000AF3CD /* BottomSheetExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BottomSheetExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
21 | 21 | 6C0BD46C27DA862D000AF3CD /* BottomSheetExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomSheetExampleApp.swift; sourceTree = "<group>"; }; |
22 | | - 6C0BD46E27DA862D000AF3CD /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
23 | 22 | 6C0BD47027DA862D000AF3CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
24 | 23 | 6C0BD47327DA862D000AF3CD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 24 | + 6C1DE0102889CF10003C6EE9 /* BottomSheet */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = BottomSheet; path = ..; sourceTree = "<group>"; }; |
25 | 25 | 6C763146283D774500463709 /* ExampleOverview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleOverview.swift; sourceTree = "<group>"; }; |
26 | 26 | 6CDF5A0C27ED33C7004609F4 /* CornerRadius.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CornerRadius.swift; sourceTree = "<group>"; }; |
| 27 | + 6CF78514293D36FB000E6581 /* StocksExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StocksExample.swift; sourceTree = "<group>"; }; |
27 | 28 | /* End PBXFileReference section */ |
28 | 29 |
|
29 | 30 | /* Begin PBXFrameworksBuildPhase section */ |
30 | 31 | 6C0BD46627DA862D000AF3CD /* Frameworks */ = { |
31 | 32 | isa = PBXFrameworksBuildPhase; |
32 | 33 | buildActionMask = 2147483647; |
33 | 34 | files = ( |
34 | | - 6C0B59F127DAB989006D979A /* BottomSheet in Frameworks */, |
| 35 | + 6C6EB0B6292AEADC00106A1D /* BottomSheet in Frameworks */, |
35 | 36 | ); |
36 | 37 | runOnlyForDeploymentPostprocessing = 0; |
37 | 38 | }; |
|
41 | 42 | 6C0BD46027DA862C000AF3CD = { |
42 | 43 | isa = PBXGroup; |
43 | 44 | children = ( |
| 45 | + 6C1DE0102889CF10003C6EE9 /* BottomSheet */, |
44 | 46 | 6C0BD46B27DA862D000AF3CD /* BottomSheetExample */, |
45 | 47 | 6C0BD46A27DA862D000AF3CD /* Products */, |
46 | 48 | 6C0BD47A27DA87A1000AF3CD /* Frameworks */, |
|
60 | 62 | children = ( |
61 | 63 | 6C0BD46C27DA862D000AF3CD /* BottomSheetExampleApp.swift */, |
62 | 64 | 6C763146283D774500463709 /* ExampleOverview.swift */, |
63 | | - 6C0BD46E27DA862D000AF3CD /* ContentView.swift */, |
| 65 | + 6CF78516293D3703000E6581 /* Apple Applications */, |
64 | 66 | 6CDF5A0E27ED33D3004609F4 /* View Modifiers */, |
65 | 67 | 6C0BD47027DA862D000AF3CD /* Assets.xcassets */, |
66 | 68 | 6C0BD47227DA862D000AF3CD /* Preview Content */, |
|
91 | 93 | path = "View Modifiers"; |
92 | 94 | sourceTree = "<group>"; |
93 | 95 | }; |
| 96 | + 6CF78516293D3703000E6581 /* Apple Applications */ = { |
| 97 | + isa = PBXGroup; |
| 98 | + children = ( |
| 99 | + 6CF78514293D36FB000E6581 /* StocksExample.swift */, |
| 100 | + ); |
| 101 | + path = "Apple Applications"; |
| 102 | + sourceTree = "<group>"; |
| 103 | + }; |
94 | 104 | /* End PBXGroup section */ |
95 | 105 |
|
96 | 106 | /* Begin PBXNativeTarget section */ |
|
100 | 110 | buildPhases = ( |
101 | 111 | 6C0BD46527DA862D000AF3CD /* Sources */, |
102 | 112 | 6C0BD46627DA862D000AF3CD /* Frameworks */, |
| 113 | + 6C939DBE294DFF9200F6EF50 /* Swiftlint */, |
103 | 114 | 6C0BD46727DA862D000AF3CD /* Resources */, |
104 | 115 | ); |
105 | 116 | buildRules = ( |
|
108 | 119 | ); |
109 | 120 | name = BottomSheetExample; |
110 | 121 | packageProductDependencies = ( |
111 | | - 6C0B59F027DAB989006D979A /* BottomSheet */, |
| 122 | + 6C6EB0B5292AEADC00106A1D /* BottomSheet */, |
112 | 123 | ); |
113 | 124 | productName = BottomSheetExample; |
114 | 125 | productReference = 6C0BD46927DA862D000AF3CD /* BottomSheetExample.app */; |
|
139 | 150 | ); |
140 | 151 | mainGroup = 6C0BD46027DA862C000AF3CD; |
141 | 152 | packageReferences = ( |
142 | | - 6C0B59EF27DAB989006D979A /* XCRemoteSwiftPackageReference "BottomSheet" */, |
143 | 153 | ); |
144 | 154 | productRefGroup = 6C0BD46A27DA862D000AF3CD /* Products */; |
145 | 155 | projectDirPath = ""; |
|
162 | 172 | }; |
163 | 173 | /* End PBXResourcesBuildPhase section */ |
164 | 174 |
|
| 175 | +/* Begin PBXShellScriptBuildPhase section */ |
| 176 | + 6C939DBE294DFF9200F6EF50 /* Swiftlint */ = { |
| 177 | + isa = PBXShellScriptBuildPhase; |
| 178 | + alwaysOutOfDate = 1; |
| 179 | + buildActionMask = 2147483647; |
| 180 | + files = ( |
| 181 | + ); |
| 182 | + inputFileListPaths = ( |
| 183 | + ); |
| 184 | + inputPaths = ( |
| 185 | + ); |
| 186 | + name = Swiftlint; |
| 187 | + outputFileListPaths = ( |
| 188 | + ); |
| 189 | + outputPaths = ( |
| 190 | + ); |
| 191 | + runOnlyForDeploymentPostprocessing = 0; |
| 192 | + shellPath = /bin/sh; |
| 193 | + shellScript = "export PATH=\"$PATH:/opt/homebrew/bin\"\nif which swiftlint > /dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 194 | + }; |
| 195 | +/* End PBXShellScriptBuildPhase section */ |
| 196 | + |
165 | 197 | /* Begin PBXSourcesBuildPhase section */ |
166 | 198 | 6C0BD46527DA862D000AF3CD /* Sources */ = { |
167 | 199 | isa = PBXSourcesBuildPhase; |
168 | 200 | buildActionMask = 2147483647; |
169 | 201 | files = ( |
170 | | - 6C0BD46F27DA862D000AF3CD /* ContentView.swift in Sources */, |
171 | 202 | 6C0BD46D27DA862D000AF3CD /* BottomSheetExampleApp.swift in Sources */, |
172 | 203 | 6CDF5A0D27ED33C7004609F4 /* CornerRadius.swift in Sources */, |
173 | 204 | 6C763147283D774500463709 /* ExampleOverview.swift in Sources */, |
| 205 | + 6CF78515293D36FB000E6581 /* StocksExample.swift in Sources */, |
174 | 206 | ); |
175 | 207 | runOnlyForDeploymentPostprocessing = 0; |
176 | 208 | }; |
|
300 | 332 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
301 | 333 | CODE_SIGN_STYLE = Automatic; |
302 | 334 | CURRENT_PROJECT_VERSION = 1; |
303 | | - DEVELOPMENT_ASSET_PATHS = "\"BottomSheetExample/Preview Content\""; |
304 | | - DEVELOPMENT_TEAM = JU6AZT44CN; |
| 335 | + DEVELOPMENT_ASSET_PATHS = "BottomSheetExample/Preview\\ Content"; |
| 336 | + DEVELOPMENT_TEAM = KZAMEFAGHT; |
305 | 337 | ENABLE_PREVIEWS = YES; |
306 | 338 | GENERATE_INFOPLIST_FILE = YES; |
307 | 339 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
308 | 340 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
309 | 341 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
310 | 342 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
311 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
312 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
313 | | - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 343 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
| 344 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
314 | 345 | LD_RUNPATH_SEARCH_PATHS = ( |
315 | 346 | "$(inherited)", |
316 | 347 | "@executable_path/Frameworks", |
|
320 | 351 | PRODUCT_NAME = "$(TARGET_NAME)"; |
321 | 352 | SWIFT_EMIT_LOC_STRINGS = YES; |
322 | 353 | SWIFT_VERSION = 5.0; |
323 | | - TARGETED_DEVICE_FAMILY = 1; |
| 354 | + TARGETED_DEVICE_FAMILY = "1,2"; |
324 | 355 | }; |
325 | 356 | name = Debug; |
326 | 357 | }; |
|
331 | 362 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
332 | 363 | CODE_SIGN_STYLE = Automatic; |
333 | 364 | CURRENT_PROJECT_VERSION = 1; |
334 | | - DEVELOPMENT_ASSET_PATHS = "\"BottomSheetExample/Preview Content\""; |
335 | | - DEVELOPMENT_TEAM = JU6AZT44CN; |
| 365 | + DEVELOPMENT_ASSET_PATHS = "BottomSheetExample/Preview\\ Content"; |
| 366 | + DEVELOPMENT_TEAM = KZAMEFAGHT; |
336 | 367 | ENABLE_PREVIEWS = YES; |
337 | 368 | GENERATE_INFOPLIST_FILE = YES; |
338 | 369 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
339 | 370 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
340 | 371 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
341 | 372 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
342 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
343 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
344 | | - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 373 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
| 374 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
345 | 375 | LD_RUNPATH_SEARCH_PATHS = ( |
346 | 376 | "$(inherited)", |
347 | 377 | "@executable_path/Frameworks", |
|
351 | 381 | PRODUCT_NAME = "$(TARGET_NAME)"; |
352 | 382 | SWIFT_EMIT_LOC_STRINGS = YES; |
353 | 383 | SWIFT_VERSION = 5.0; |
354 | | - TARGETED_DEVICE_FAMILY = 1; |
| 384 | + TARGETED_DEVICE_FAMILY = "1,2"; |
355 | 385 | }; |
356 | 386 | name = Release; |
357 | 387 | }; |
|
378 | 408 | }; |
379 | 409 | /* End XCConfigurationList section */ |
380 | 410 |
|
381 | | -/* Begin XCRemoteSwiftPackageReference section */ |
382 | | - 6C0B59EF27DAB989006D979A /* XCRemoteSwiftPackageReference "BottomSheet" */ = { |
383 | | - isa = XCRemoteSwiftPackageReference; |
384 | | - repositoryURL = "https://github.com/Wouter125/BottomSheet"; |
385 | | - requirement = { |
386 | | - kind = upToNextMajorVersion; |
387 | | - minimumVersion = 1.0.1; |
388 | | - }; |
389 | | - }; |
390 | | -/* End XCRemoteSwiftPackageReference section */ |
391 | | - |
392 | 411 | /* Begin XCSwiftPackageProductDependency section */ |
393 | | - 6C0B59F027DAB989006D979A /* BottomSheet */ = { |
| 412 | + 6C6EB0B5292AEADC00106A1D /* BottomSheet */ = { |
394 | 413 | isa = XCSwiftPackageProductDependency; |
395 | | - package = 6C0B59EF27DAB989006D979A /* XCRemoteSwiftPackageReference "BottomSheet" */; |
396 | 414 | productName = BottomSheet; |
397 | 415 | }; |
398 | 416 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments