|
16 | 16 | 08E359922A55FFC400141956 /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E359912A55FFC400141956 /* ExampleApp.swift */; }; |
17 | 17 | 08E359942A55FFC400141956 /* LottieViewLayoutDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E359932A55FFC400141956 /* LottieViewLayoutDemoView.swift */; }; |
18 | 18 | 08E3599F2A56004100141956 /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 08E3599E2A56004100141956 /* Lottie */; }; |
| 19 | + 08E6CF822A86C35B00A6D92F /* LottieSwitchRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E6CF812A86C35B00A6D92F /* LottieSwitchRow.swift */; }; |
| 20 | + 08E6CF842A86C49300A6D92F /* ControlsDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E6CF832A86C49300A6D92F /* ControlsDemoView.swift */; }; |
19 | 21 | 2E0F2FBE27602CB300B65DE3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2E0F2FBC27602CB300B65DE3 /* LaunchScreen.storyboard */; }; |
20 | 22 | 2E1670C32784F009009CDED3 /* ControlsDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E1670C22784F009009CDED3 /* ControlsDemoViewController.swift */; }; |
21 | 23 | 2E1670CA2784F123009CDED3 /* AnimatedButtonRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E1670C92784F123009CDED3 /* AnimatedButtonRow.swift */; }; |
|
54 | 56 | 08E359912A55FFC400141956 /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; }; |
55 | 57 | 08E359932A55FFC400141956 /* LottieViewLayoutDemoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LottieViewLayoutDemoView.swift; sourceTree = "<group>"; }; |
56 | 58 | 08E359972A55FFC600141956 /* Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example.entitlements; sourceTree = "<group>"; }; |
| 59 | + 08E6CF812A86C35B00A6D92F /* LottieSwitchRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LottieSwitchRow.swift; sourceTree = "<group>"; }; |
| 60 | + 08E6CF832A86C49300A6D92F /* ControlsDemoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlsDemoView.swift; sourceTree = "<group>"; }; |
57 | 61 | 2E0F2FB627602C1500B65DE3 /* .. */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ..; sourceTree = "<group>"; }; |
58 | 62 | 2E0F2FBD27602CB300B65DE3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
59 | 63 | 2E1670C22784F009009CDED3 /* ControlsDemoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlsDemoViewController.swift; sourceTree = "<group>"; }; |
|
101 | 105 | 08E359932A55FFC400141956 /* LottieViewLayoutDemoView.swift */, |
102 | 106 | 08E359972A55FFC600141956 /* Example.entitlements */, |
103 | 107 | 607FACD11AFB9204008FA782 /* Products */, |
| 108 | + 08E6CF812A86C35B00A6D92F /* LottieSwitchRow.swift */, |
| 109 | + 08E6CF832A86C49300A6D92F /* ControlsDemoView.swift */, |
104 | 110 | ); |
105 | 111 | path = Example; |
106 | 112 | sourceTree = "<group>"; |
|
283 | 289 | 08E359942A55FFC400141956 /* LottieViewLayoutDemoView.swift in Sources */, |
284 | 290 | 08E359922A55FFC400141956 /* ExampleApp.swift in Sources */, |
285 | 291 | 085D97872A5E0DB600C78D18 /* AnimationPreviewView.swift in Sources */, |
| 292 | + 08E6CF822A86C35B00A6D92F /* LottieSwitchRow.swift in Sources */, |
286 | 293 | 085D97852A5DF94C00C78D18 /* AnimationListView.swift in Sources */, |
| 294 | + 08E6CF842A86C49300A6D92F /* ControlsDemoView.swift in Sources */, |
287 | 295 | ); |
288 | 296 | runOnlyForDeploymentPostprocessing = 0; |
289 | 297 | }; |
|
430 | 438 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
431 | 439 | CODE_SIGN_STYLE = Automatic; |
432 | 440 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 441 | + DEVELOPMENT_TEAM = ""; |
433 | 442 | GCC_C_LANGUAGE_STANDARD = gnu11; |
434 | 443 | INFOPLIST_FILE = iOS/Info.plist; |
435 | 444 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
|
461 | 470 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
462 | 471 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
463 | 472 | CODE_SIGN_STYLE = Automatic; |
| 473 | + DEVELOPMENT_TEAM = ""; |
464 | 474 | GCC_C_LANGUAGE_STANDARD = gnu11; |
465 | 475 | INFOPLIST_FILE = iOS/Info.plist; |
466 | 476 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
|
0 commit comments