Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions iosApp/Flare.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
0646B2622E7151A700535A3E /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 0646B2612E7151A700535A3E /* Kingfisher */; };
068923482E82A80700981D8E /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = 068923472E82A80700981D8E /* Flow */; };
068F7CD12E75405A00B5FB40 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 068F7CD02E75405A00B5FB40 /* MarkdownUI */; };
06C6B5482E853AAF00CCD388 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */; };
06C7FC172E7D474900A0D01A /* LazyPager in Frameworks */ = {isa = PBXBuildFile; productRef = 06C7FC162E7D474900A0D01A /* LazyPager */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -46,6 +47,7 @@
068923482E82A80700981D8E /* Flow in Frameworks */,
06C7FC172E7D474900A0D01A /* LazyPager in Frameworks */,
068F7CD12E75405A00B5FB40 /* MarkdownUI in Frameworks */,
06C6B5482E853AAF00CCD388 /* SwiftUIIntrospect in Frameworks */,
0646B2622E7151A700535A3E /* Kingfisher in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -94,6 +96,7 @@
068F7CD02E75405A00B5FB40 /* MarkdownUI */,
06C7FC162E7D474900A0D01A /* LazyPager */,
068923472E82A80700981D8E /* Flow */,
06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */,
);
productName = flare;
productReference = 06E433FE2E6A9A2600CD0826 /* Flare.app */;
Expand Down Expand Up @@ -129,6 +132,7 @@
06791BD42E7AA40000FF2050 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */,
06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */,
068923462E82A80700981D8E /* XCRemoteSwiftPackageReference "SwiftUI-Flow" */,
06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 06E433FF2E6A9A2600CD0826 /* Products */;
Expand Down Expand Up @@ -441,6 +445,14 @@
version = 2.4.1;
};
};
06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/siteline/swiftui-introspect";
requirement = {
kind = exactVersion;
version = 26.0.0;
};
};
06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/gh123man/LazyPager";
Expand All @@ -467,6 +479,11 @@
package = 068F7CCF2E75405A00B5FB40 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */;
productName = MarkdownUI;
};
06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */ = {
isa = XCSwiftPackageProductDependency;
package = 06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */;
productName = SwiftUIIntrospect;
};
06C7FC162E7D474900A0D01A /* LazyPager */ = {
isa = XCSwiftPackageProductDependency;
package = 06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "fa-circle-exclamation.svg",
"idiom" : "universal"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "fa-delete-left.svg",
"idiom" : "universal"
}
]
}
Loading