Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Feb 21, 2024
1 parent fec3654 commit 0570d76
Show file tree
Hide file tree
Showing 8 changed files with 418 additions and 359 deletions.
7 changes: 7 additions & 0 deletions Dev/Brightroom.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
4B98CCC325EFF31400E4F61F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B98CCC225EFF31400E4F61F /* Preview Assets.xcassets */; };
4B98CCE725EFF4EF00E4F61F /* Mocks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B98CCE625EFF4EF00E4F61F /* Mocks.swift */; };
4B98CF5325F0122000E4F61F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B600B29216B7C9E001E1456 /* Assets.xcassets */; };
4BA2B1B42B86282D00E6DE64 /* BrightroomUIPhotosCrop in Frameworks */ = {isa = PBXBuildFile; productRef = 4BA2B1B32B86282D00E6DE64 /* BrightroomUIPhotosCrop */; };
4BA41C82260CE817005E6FA7 /* orientation_up_mirrored.HEIC in Resources */ = {isa = PBXBuildFile; fileRef = 4B254FEB260BB32600F77E9A /* orientation_up_mirrored.HEIC */; };
4BA41C83260CE817005E6FA7 /* orientation_right_mirrored.HEIC in Resources */ = {isa = PBXBuildFile; fileRef = 4B254FE7260BB32600F77E9A /* orientation_right_mirrored.HEIC */; };
4BA41C84260CE817005E6FA7 /* orientation_left_mirrored.HEIC in Resources */ = {isa = PBXBuildFile; fileRef = 4B254FE6260BB32600F77E9A /* orientation_left_mirrored.HEIC */; };
Expand Down Expand Up @@ -1062,6 +1063,7 @@
4B7513CB2B6BEE2100A4743E /* SwiftUISupport in Frameworks */,
FC06C87F2A53AF4500215B89 /* BrightroomEngine in Frameworks */,
4B7513C82B6BEDFD00A4743E /* SwiftUIHosting in Frameworks */,
4BA2B1B42B86282D00E6DE64 /* BrightroomUIPhotosCrop in Frameworks */,
4B5E72BC2B6B761800DE7A2A /* Reveal-SDK in Frameworks */,
FC06C8812A53AF4500215B89 /* BrightroomUI in Frameworks */,
);
Expand Down Expand Up @@ -1784,6 +1786,7 @@
4B7513C72B6BEDFD00A4743E /* SwiftUIHosting */,
4B7513CA2B6BEE2100A4743E /* SwiftUISupport */,
4B46E71A2B762E20003179C2 /* MondrianLayout */,
4BA2B1B32B86282D00E6DE64 /* BrightroomUIPhotosCrop */,
);
productName = SwiftUIDemo;
productReference = 4B98CCB925EFF31300E4F61F /* SwiftUIDemo.app */;
Expand Down Expand Up @@ -3006,6 +3009,10 @@
package = 4B7513C92B6BEE2100A4743E /* XCRemoteSwiftPackageReference "swiftui-support" */;
productName = SwiftUISupport;
};
4BA2B1B32B86282D00E6DE64 /* BrightroomUIPhotosCrop */ = {
isa = XCSwiftPackageProductDependency;
productName = BrightroomUIPhotosCrop;
};
FC06C87E2A53AF4500215B89 /* BrightroomEngine */ = {
isa = XCSwiftPackageProductDependency;
productName = BrightroomEngine;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"version" : "0.10.0"
}
},
{
"identity" : "precisionlevelslider",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/PrecisionLevelSlider",
"state" : {
"revision" : "cd02d02e8add9886586d12450caba952fcdde910",
"version" : "2.0.0"
}
},
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
Expand Down
Loading

0 comments on commit 0570d76

Please sign in to comment.