|
|
@@ -17,6 +17,7 @@
|
|
|
4B4307A51D87E6A700ED2DA9 /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
|
|
|
4B7742471D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
|
|
|
4B7742481D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
|
|
|
+ 4B779C8526743C2800FF9C1E /* GeometryReaderDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */; };
|
|
|
4B92FE5625FF906B00473088 /* AutoSizingTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B92FE5525FF906B00473088 /* AutoSizingTableViewController.swift */; };
|
|
|
4BCCF33D1D5B02F8003387C2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */; };
|
|
|
4BCCF33E1D5B02F8003387C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */; };
|
|
|
@@ -158,6 +159,7 @@
|
|
|
4B1C7A3C21A256E300CE9D31 /* InfinityCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfinityCollectionViewController.swift; sourceTree = "<group>"; };
|
|
|
4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-macOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
4B7742461D87E42E0077024E /* loader.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loader.gif; sourceTree = "<group>"; };
|
|
|
+ 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryReaderDemo.swift; sourceTree = "<group>"; };
|
|
|
4B92FE5525FF906B00473088 /* AutoSizingTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingTableViewController.swift; sourceTree = "<group>"; };
|
|
|
4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
4BCCF3371D5B02F8003387C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
@@ -413,6 +415,7 @@
|
|
|
D1F78A622589F17200930759 /* MainView.swift */,
|
|
|
D1F78A612589F17200930759 /* ListDemo.swift */,
|
|
|
D198F42125EDC4B900C53E0D /* GridDemo.swift */,
|
|
|
+ 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */,
|
|
|
D1F78A632589F17200930759 /* SingleViewDemo.swift */,
|
|
|
D198F41D25EDC11500C53E0D /* LazyVStackDemo.swift */,
|
|
|
D198F41F25EDC34000C53E0D /* SizingAnimationDemo.swift */,
|
|
|
@@ -680,6 +683,7 @@
|
|
|
D1E4CF5421BACBA6004D029D /* ImageDataProviderCollectionViewController.swift in Sources */,
|
|
|
D1FAB06F21A853E600908910 /* HighResolutionCollectionViewController.swift in Sources */,
|
|
|
D1F78A652589F17200930759 /* MainView.swift in Sources */,
|
|
|
+ 4B779C8526743C2800FF9C1E /* GeometryReaderDemo.swift in Sources */,
|
|
|
D1F78A5F2589F0AA00930759 /* SwiftUIViewController.swift in Sources */,
|
|
|
D12E0C951C47F91800AC98AD /* AppDelegate.swift in Sources */,
|
|
|
D1F06F3321AA4292000B1C38 /* DetailImageViewController.swift in Sources */,
|