Skip to content

Commit 0dd564c

Browse files
authored
Merge pull request #1278 from DimensionDev/feature/ios_topbar
update ios topbar ux
2 parents 0d20fe7 + 55ebf2d commit 0dd564c

File tree

30 files changed

+1365
-250
lines changed

30 files changed

+1365
-250
lines changed

iosApp/Flare.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
0646B2622E7151A700535A3E /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 0646B2612E7151A700535A3E /* Kingfisher */; };
1111
068923482E82A80700981D8E /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = 068923472E82A80700981D8E /* Flow */; };
1212
068F7CD12E75405A00B5FB40 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 068F7CD02E75405A00B5FB40 /* MarkdownUI */; };
13+
06C6B5482E853AAF00CCD388 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */; };
1314
06C7FC172E7D474900A0D01A /* LazyPager in Frameworks */ = {isa = PBXBuildFile; productRef = 06C7FC162E7D474900A0D01A /* LazyPager */; };
1415
/* End PBXBuildFile section */
1516

@@ -46,6 +47,7 @@
4647
068923482E82A80700981D8E /* Flow in Frameworks */,
4748
06C7FC172E7D474900A0D01A /* LazyPager in Frameworks */,
4849
068F7CD12E75405A00B5FB40 /* MarkdownUI in Frameworks */,
50+
06C6B5482E853AAF00CCD388 /* SwiftUIIntrospect in Frameworks */,
4951
0646B2622E7151A700535A3E /* Kingfisher in Frameworks */,
5052
);
5153
runOnlyForDeploymentPostprocessing = 0;
@@ -94,6 +96,7 @@
9496
068F7CD02E75405A00B5FB40 /* MarkdownUI */,
9597
06C7FC162E7D474900A0D01A /* LazyPager */,
9698
068923472E82A80700981D8E /* Flow */,
99+
06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */,
97100
);
98101
productName = flare;
99102
productReference = 06E433FE2E6A9A2600CD0826 /* Flare.app */;
@@ -129,6 +132,7 @@
129132
06791BD42E7AA40000FF2050 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */,
130133
06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */,
131134
068923462E82A80700981D8E /* XCRemoteSwiftPackageReference "SwiftUI-Flow" */,
135+
06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */,
132136
);
133137
preferredProjectObjectVersion = 77;
134138
productRefGroup = 06E433FF2E6A9A2600CD0826 /* Products */;
@@ -441,6 +445,14 @@
441445
version = 2.4.1;
442446
};
443447
};
448+
06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */ = {
449+
isa = XCRemoteSwiftPackageReference;
450+
repositoryURL = "https://github.com/siteline/swiftui-introspect";
451+
requirement = {
452+
kind = exactVersion;
453+
version = 26.0.0;
454+
};
455+
};
444456
06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */ = {
445457
isa = XCRemoteSwiftPackageReference;
446458
repositoryURL = "https://github.com/gh123man/LazyPager";
@@ -467,6 +479,11 @@
467479
package = 068F7CCF2E75405A00B5FB40 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */;
468480
productName = MarkdownUI;
469481
};
482+
06C6B5472E853AAF00CCD388 /* SwiftUIIntrospect */ = {
483+
isa = XCSwiftPackageProductDependency;
484+
package = 06C6B5462E853AAF00CCD388 /* XCRemoteSwiftPackageReference "swiftui-introspect" */;
485+
productName = SwiftUIIntrospect;
486+
};
470487
06C7FC162E7D474900A0D01A /* LazyPager */ = {
471488
isa = XCSwiftPackageProductDependency;
472489
package = 06C7FC152E7D474900A0D01A /* XCRemoteSwiftPackageReference "LazyPager" */;
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fa-circle-exclamation.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}
Lines changed: 84 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fa-delete-left.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)